Ubuntu 14.04
Sponsored Link

FTP Server - Pure-FTPd2014/04/26

 
Install Pure-FTPd to configure FTP server to transfer files.
[1] Install Pure-FTPd
root@www:~#
apt-get -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 -u 1000 -E -8 UTF-8 -4 -O clf:/var/log/pure-ftpd/transfer.log -B -A -B
Matched Content