How can I restrict Cobalt FTP users to just their directory?
This requires a custom modification to the /etc/proftod.conf file. Telnet to the server as admin and su – to root. Edit the /etc/proftpd.conf file and make this change Change the line DefaultRoot /home !wheel toward the top of the file to read: Default Root ~ !wheel After that the users should be restricted to their own user directory.