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

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