• 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.

FTP Disconnects (Timeout?)

M

meat1oaf

Guest
Been having this trouble for a while now - and I thought it was just my client - but it turns out that all of my customers are having some difficultly uploading/downloading to/from their site using FTP. (Plesk Unloaded 7.5.4)

After about 30 seconds into a transfer, the server disconnects the client. 've checked in xferlog - nothing wierd. I couldn't find a log file for the ftp server itself.

Anybody else having the same problem?
 
Bandurao,
Do you have an actual fix for this.. The link to your forum seems to be user only.

meat1oaf,
Have you looked at your proftp.conf file? You might try to turn off "UseReverseDNS"....

I'm not to sure what you need though... hope this helps...
 
Bandurao's suggestion was to make sure my /etc/xinetd.d/ftp_psa file was as follows:

service ftp
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
instances = UNLIMITED
server = /usr/sbin/in.proftpd
server_args = -c /etc/proftpd.conf
}

and it was identical to that - so that's not it.
Also, it looks as if my ReverseDNS is also off.
 
Bandurao,
Do you have an actual fix for this.. The link to your forum seems to be user only.
Last couple of days Bandurao is spamming the forum with these links. Maybe we should tell him this is not appropriate :)
 
Maybe check the NIC for errors with "ifconfig -a"

Anything in the logs? I would check /var/log/messages

I think you can put the ftp daemon in debug mode and then watch it or tail the log while you do a transfer and it might give you better clues.
 
Back
Top