How to install and configure Vsftpd on Centos
Posted by admin | Posted in Tutorials | Posted on 29-01-2010
Tags: Centos, FTP, How to, Vsftpd
0
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/”.

