April 12, 201016 yr I cannot make FTP connections to FTP accounts set up by a user. I am using pure-ftpd. Is this supposed to run stand alone or through xinetd? xinetd is listening on port 21 but I cannot find in the /etc/xinetd.d directory's configuration files what service this is for. There does not seem to be any "service ftp" configuration in any of the files there, including the froxlor file. The pure-ftpd daemon is running.
April 12, 201016 yr Es steht in den Konfigurations-Templates: /etc/default/pure-ftpd-common: STANDALONE_OR_INETD=standalone Bitte einfach den Anweisungen auf der Konfigurations-Seite f?r pureFTPd folgen.
April 13, 201016 yr Author I am able to make an FTP connection now. I made sure the firewall was not blocking: /sbin/iptables -A INPUT -p tcp --dport 21 -j ACCEPT I am not sure if this made the difference. What finally did it was the shutdown of xinetd, use of the domain name without the ftp subdomain that I have been accustomed to at other hosting services. E. g.: example.com instead of: ftp.example.com and setting the FTP client for passive FTP.
Archived
This topic is now archived and is closed to further replies.