| Home
Automation FAQ Sponsored by Creative Control Concepts |
|
||||||||||||||||||
|
|
|
How do I disable root or anonymous FTP access? |
|
To disable root or anonymous FTP access, you must set environment variables:
Disable root: set FTP_ALLOW_ROOT false
Put these lines in the setenv portion of your .startup file and reboot. (Or you can add the env var from the command line, take down the FTP server with stopserver -f, then bring it back up with startserver -f. Of course, it won't be sticky then.)
| |
Append to This Answer |
| Previous: |
|
| ||||||||||