Installazione FTP (vsftpd)#
- installare vsftpd (aptitude install vsftpd)
- per farlo funzionare in modalità NON anonima modificare /etc/vsftpd.conf nelle seguenti righe
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
- /etc/init.d/vsftpd restart
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 14-Apr-2010 14:30 by RaffaelePedrini.