FTP: FSProperties

Can anyone elaborate on this function? The help is a bit sketchy on the parameters.

tnamep Pointer to the name of the FTP server task.

I assume any string here is ok?

priority FTP server task priority. This value depend on host operating system.

This would seem to be one of the values from bsp.h, such as BSP_FTP_SERVER_PRIORITY, or any integer in the correct range (0 to 32?).

sysstack Size of the FTP server supervisor stack.

The FTP Server topic says “The default supervisor stack size is 4096 bytes.” Under what circumstances would this need to be changed? Any performance boost/penalty for using a larger stack size?

usrstack Size of the FTP server user stack.

The FTP Server topic says “The server control data structure uses 17 Kbytes, along with 600 bytes for each user.” Does this imply setting this to 600 time the number of users (for the default naftpapp, 1200)?

mode Additional task startup information for the server. This value depends on the host operating system requirements.

No idea what to set this to. Is 0 ok?

flags Additional task startup information for the server. This value depends on the host operating system requirements

No idea what to set this to. Is 0 ok?

Anyone have any additional information? Anyone know why the FTP server source isn’t included?

TIA,
Jeff.