How can I disable anonymous FTP access to my TINI?
Created May 4, 2012
Tim Rohaly
To disable anonymous FTP access, you can set the following environment variable in /etc/.startup
setenv FTP_ALLOW_ANON falseYou must then reboot for this setting to take effect. You can also set this environment variable from the slush command line, in which case you will then have to manually stop and start the FTP server for the change to take place.