• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Probelm with proftpd

N

NicolasL

Guest
Hello,

Sorry for my english but i'm french ...

I' have a problem with proftpd.

It's impossible connect on my serveur . Always connection timeout.


WinSock 2.0 -- OpenSSL 0.9.8e 23 Feb 2007
[R] Connecting to sXXXXXXXXXX.onlinehome.fr -> DNS=sXXXXXXXX4.onlinehome.fr IP=XXX.XXX.XXX.XX PORT=21
[R] Connected to sXXXXXXXXX.onlinehome.fr
[R] Connection failed (Connection lost)
[R] Delaying for 120 seconds before reconnect attempt #1

Thanks for your help .
 
Hi,

Make sure that:
1. Proftpd is running and is listening on port 21:
telnet localhost 21 (on FTP)

netstat -antp |grep :21

/etc/init.d/xinetd status (if it is running via xinetd)
/etc/init.d/proftpd status (if it is running without xinetd)


2. If proftpd is running and listening on port 21, make sure that firewall does not block connections on port 21

3. If it is not firewall either then check xinetd log, proftpd log, /var/log/messages for errors/warnings that appear when connection to FTP server fails.
 
Hi,

Thanks for your reply.

I'm found my error. A firewall in 1and1 panel block my 21 port ...

It's ok now ...

Thanks you ;)
 
Back
Top