• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

simultaneous ftp connections, timeouts

N

Nick Dynice

Guest
I have recently noticed that I cannot have more then one simultaneous FTP connection. If I have one connection open, then try to open another one, the FTP client hangs until I close the first connection.

Also, when trying to upload files larger that around 20mb, the upload starts again or the connection cuts of. The support team for my hosting said there may be a setting in Plesk to allow more then one connection or keep uploads from timing out.
 
Hi,

As far as I know there are no such settings in Parallels Plesk panel as to limit number of simultaneous connections or set transfer timeout.

So you can configure this in proftpd configuration.
For simultaneous connections:
http://www.proftpd.org/docs/directives/linked/config_ref_MaxInstances.html
http://www.proftpd.org/docs/directives/linked/config_ref_MaxClients.html

and if proftpd is running through xinetd then it is worth setting
instances = UNLIMITED

in /etc/xinetd.d/ftp_psa


For transfer timeout:
http://www.proftpd.org/docs/directives/linked/config_ref_TimeoutIdle.html
http://www.proftpd.org/docs/directives/linked/config_ref_TimeoutStalled.html

Hope this helps.
 
Thanks.

Actually "instances" was already set to UNLIMITED.

However, in Plesk / Security Policy / Secure FTP, i set "Allow only non-secure FTP connections. Do not use FTPS" instead of "Allow both secure FTPS and non-secure FTP connections" and now we can have several active FTP sessions on the same account at the same time :)
So it SEEMS to be the solution (...)
 
Back
Top