Featured Post

Installing PPTP VPN on Xen VPS with Centos 5.4

I have been used pptp vpn on my Quickweb vps at least a month ago, my vps is base on XEN, 256M memory, 12G harddisk, it work fine with the pptp vpn, if your vps is OpenVZ, you can only run openvpn on it, you can’t run pptp vpn on OpenVZ. In the following tutorial, I will explain how to set...

Read More

How to install and configure Vsftpd on Centos

Posted by admin | Posted in Tutorials | Posted on 29-01-2010

Tags: , , ,

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/”.