Introduction
use linux account to login
access user’s home directory (e.g. /home/alan)
Install Proftpd
aptitude install proftpd
Stop Proftpd
/etc/init.d/proftpd stop (start / reload / restart)
Configure deny list
vim /etc/ftpusers
/etc/init.d/proftpd reload
Install FTP client
aptitude intsall ftp
Display number of users
ftpcount
Display user list
ftpwho
Download files without prompt
ftp -i 192.168.1.1
mget *