Friday, May 3, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 30719  / 2 Years ago, sun, september 18, 2022, 3:37:27

I want to install Pure-FTPd and configure FTP server for transfer files. How can I do this? I am using Ubuntu 13.04.


More From » software-installation

 Answers
4

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

[#29952] Tuesday, September 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
trousransla

Total Points: 285
Total Questions: 112
Total Answers: 113

Location: Spain
Member since Thu, Dec 23, 2021
2 Years ago
;