!! Installazione FTP (vsftpd)

#installare vsftpd (aptitude install vsftpd)
#per farlo funzionare in modalità NON anonima modificare /etc/vsftpd.conf nelle seguenti righe
%%prettyif
{{{
anonymous_enable=no
# Uncomment this to allow local users to log in.
local_enable=YES
# Uncomment this to enable any form of FTP write command.
write_enable=YES
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
xferlog_file=/var/log/vsftpd.log
}}}
/%

Riavviare il servizio /etc/init.d/vsftpd restart