Posts Tagged ‘Vsftpd’

How to install and configure Vsftpd on Centos

Install Vsftpd

1.Frist, use yum to install it.
yum install vsftpd
When the install is done, you can start vsftpd using following command:

service vsftpd start
Then you can login anonymous ftp serverĀ using any ftp software like FlashFXP.
Note: The default anonymous ftp user home is “/var/ftp/”.