• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

ProFTPd connections stops working - Plesk 10.4.4 Update #40

RinkeB

New Pleskian
Hello,

I have a strange problem with FTP connections to a Plesk server running ProFTPd on CentOS. The problems occurs on various times. When i connect to the server it goes well but then after a couple of seconds/minutes (random) it stops working an the connection is being reset/stopped.

The problem occurs on various systems connecting trough FTP. Firewall 21 is open. When i restart xinetd it seems to be working for a couple of minutes and then the problems keep coming back.

See content of xfertrace in attachment, this is a copy of when the connection was being reset after i opened test.php en tried to save it back trough FTP (Zend PHP IDE):

Can someone help me any further?
 

Attachments

  • ftp-error-tracelog.pdf
    30.1 KB · Views: 5
Coolcap, yes that works as expected:

user@server:~$ telnet localhost 21
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 ProFTPD 1.3.3e Server (ProFTPD) [127.0.0.1]
 
Abdi, the /etc/hosts file is not touched its default:

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
 
Back
Top