- Install vsftpd
apt-get install vsftpd
- Edit the file /etc/vsftpd.conf and make the following changes:
- Change Yes to No in the following line
Anonymous_enable = YES
- Uncomment the following lines by removing the #
#local_enable = YES
#write_enable = YES
#local_umask = 022
#chroot_local_user = YES
- Finally restart the vsftpd
/etc/init.d/vsftpd
- You and any of your users should now be able to FTP the server
Debian, file transfer, ftp, server, vsftpd, Webhosting
This post was written by:
Duffy - who has written 47 posts on Tuts4Tech.
I am the owner of this website, please feel free to ask me any questions you have
Contact the author
Tue, Jul 14, 2009
Linux, Misc