VPS ubuntu 10.10 config (5) *** ftp server ***

# install

sudo apt-get install vsftpd

# Enable ftp write by change the directiv from #write_enable=YES  To write_enable=YES

sudo nano /etc/vsftpd.conf

# Launch

service vsftpd restart