Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: jleviePosted on 2003-10-07 at 15:37:59ID: 9509725
There are a number of ways to do this. Which FTP server to use depends on how secure you want the server to be.
Personally, I always set up an FTP server that:
1) Doesn't use Linux usernames & passwords
2) Always chroot's the FTP account into the FTP "user's" dir.
Since FTP is an insecure protocol (meaning that usernames and passwords are sent on the wire in plain text), having an FTP server that exposes Linux account information consitutes an unacceptable security risk. Anyone that can see the network traffic can easily capture the account information.
Of the various FTP servers available I've found ProFTP to be the easiest to set up such that it meets my security requirements. Other popular choices include NcFTPd, vsftpd, and wu-ftpd.
If you could elaborate on what your requirements are I can suggest a ProFTP configuration.