Home   >>   FTP   >>   How To Setup FTP On Linux Using vsFTP
How To Setup FTP On Linux Using vsFTP PDF Print E-mail
( 2 Votes )
How To - FTP
Written by Christian Foronda   
Thursday, 06 January 2011 11:32

Basic setup:

  • disable anonymous login.
  • all user account can login via ftp.
  • system login and ftp login password are the same.

Install vsftpd:

	# aptitude install vsftpd

or

	# yum install vsftpd

Edit the proftpd.conf file. Uncomment the followin:

	# vi /etc/vsftpd.conf
	write_enable=YES
local_umask=022
chroot_local_user=YES

Start vsftpd:

	# /etc/init.d/vsftpd start



blog comments powered by Disqus
Last Updated on Friday, 14 January 2011 13:37