Answered by the Webhosting Experts

How to install vsftpd?

First login into the server as root.

Go to the /usr/local/src/ folder and download the latest version of vsftpd.

# cd /usr/local/src/

# wget ftp://vsftpd.beasts.org/users/cevans…d-2.0.5.tar.gz

untar the tar.gz file.
# tar -zxvf vsftpd-2.0.5.tar.gz

Go to the directory and run the make file.
# cd vsftpd-2.0.5
# make

Once it is finished compile and execute it

# make install
# cp vsftpd.conf /etc

Now edit the config file :

vi /etc/vsftpd.conf

Disable anonymous logins and enable local.And at the very bottom of the file add
listen=YES

Save the file and Just start the vsftpd service and enable it in startup.

# /usr/local/sbin/vsftpd
# chkconfig vsftpd on

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: support@hivelocity.net. We are also available to you through our phone and live chat system 24/7/365.