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

  • 1 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

Can I use my domain name or must I use my IP address as the hostname for FTP?

Using your IP address (192.168.22.22  is an example IP address) is the preferred entry for...

Can you transfer my sites from my current host to my new VPS?

Yes. We will transfer all of your sites free* of charge and will assure that you experience no or...

Do you allow MP3 files? Do you allow streaming of videos?

Yes we do with our special plans at http://hostripples.in/avs-hosting.php

Do you support Cold Fusion?

We do not support or Cold Fusion on our shared hosting servers, however you are more than welcome...