Debian 7.0
Sponsored Link

FTP Server - Pure-FTPd2013/05/10

 
Install Pure-FTPd to configure FTP server to transfer files.
[1] Install Pure-FTPd
root@www:~#
aptitude -y install pure-ftpd
# run as a daemon

root@www:~#
echo "yes" > /etc/pure-ftpd/conf/Daemonize
# prohibit Anonymous

root@www:~#
echo "yes" > /etc/pure-ftpd/conf/NoAnonymous
# enable chroot

root@www:~#
echo "yes" > /etc/pure-ftpd/conf/ChrootEveryone
# only IPV4

root@www:~#
echo "yes" > /etc/pure-ftpd/conf/IPV4Only
root@www:~#
/etc/init.d/pure-ftpd restart

Restarting ftp server: Running: /usr/sbin/pure-ftpd -l pam -E -A -8 UTF-8 -B -O clf:/var/log/pure-ftpd/transfer.log -u 1000 -4 -B
Matched Content