Hi, Since ftp for me don't work, I have tried to open port range as suggested here http://www.faqforge.com/linux/contr...ange-in-pure-ftpd-on-denian-and-ubuntu-linux/ Can you help me for the second port of the tutorial? in which file i have to paste the port range? Additional i can't see pure-ftpd if i check using the command: netstat -tap | grep LISTEN Please can you help? Thanks you.
try: netstat -tap | grep ftp if you dont see pure-ftpd there, then restart it and check again. If its still not listening, then check the syslog and pure-ftpd.log for errors.
Hi, Thanks you. I see no output. I jave restarted the pure-ftp-mysql daemon and get this /etc/init.d/pure-ftpd-mysql restart Restarting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -Y 2 -8 UTF-8 -b -p 40110:40210 -S 11122 -A -H -D -E -u 1000 -O clf:/var/log/pure-ftpd/transfer.log -B I have re-checket the output of netstat but pureftpd still not work. The only error file that i have is the transfer.log that is empty. Please can you help? Thanks you.