Web Hosting Talk







View Full Version : FTP Software


zoom
08-24-2002, 11:33 PM
Hey I need a ftp program for linux that i can EASILY setup a new account or user that allows a client to FTP into only one folder, and not be able to go mess around in a folder above that one... any suggestions? Thanks in advance :D

archie2
08-25-2002, 07:39 AM
try out
www.linux-mandrake.com/en/ftp.php3 and
www.zcu.cz/ftp/pub/linux/debian/

zoom
08-25-2002, 12:02 PM
those links didnt work :bawling:

davidb
08-26-2002, 10:41 AM
ncftpd

Noldar
08-26-2002, 10:48 AM
ProFTP is nice. It has an apache-like configuration file, will restrict users to their home directory, and has several options for authentication.

http://www.proftpd.org

Richard

zoom
08-26-2002, 10:54 AM
yes i actually am using proftp right now, but i didnt know you could create virtual users?

MrWebHosting
08-28-2002, 07:28 AM
If you setup your users correctly then all you have to do is put this in the proftpd.conf file:


DefaultRoot ~

Then they can't go above their home directory.