• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Resolved Remote FTP Backup fails after upgrade to Plesk Obsidian 18.0.68 Update 1

poppsworld

New Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
18.0.68 # 1
Hi,

after upgrading our Plesk installation from Plesk Obsidian 18.0.67 to version 18.0.68 Update 1 the remote FTP backup throws errors about too many connections:

FTP network error: Transport error: unable to list directory: Curl error: (28) Timeout was reached: The last FTP request: : The last FTP response: 421 Too many connections (2) from this IP Zugriff auf Speicher nicht möglich: Transport error: unable to list directory: Curl error: (28) Timeout was reached: The last FTP request: : The last FTP response: 421 Too many connections (2) from this IP Vergewissern Sie sich, dass Sie die korrekten Speichereinstellungen eingegeben haben. Sie können dies unabhängig mit dem folgenden Befehl überprüfen: curl -v --ftp-pasv --ssl -k -u backup_user 'ftp://xxx.xxx.de//ftp_backup_consuela//'

I didnt change the configuration / setup:
- passive FTP enabled
- FTPS enabled

Is there any chance to limit the amount of connections?

Best,
Lars
 
Hello, Lars. What I can recommend is to try enabling the option ftpForbidReuseConnection in panel.ini:
[pmm]
ftpForbidReuseConnection = 1

or increasing the connections limit on the FTP server. If that doesn't help, please consider opening a ticket with Plesk support for further investigation.
 
It depends on the FTP server you are using. For example, for Pure-FTPd you need to edit MaxClientsPerIP in the pure-ftpd.conf file.
 
Well, i think this is not related to the initial issue:
- I want to Backup from Plesk (source) to another Destination (NAS, ...), which is not Plesk.
- Somehow Plesk is creating too many connections originating from the source. But your proposal @Sebahat.hadzhi is telling how to limit FTP connections the destination.
- so how to change/limit the amount of outbound connections from the source? only via ftpForbidReuseConnection in panel.ini? or are there other means to achieve this?
 
No, not really. Apologies if I caused any confusion. My suggestion is to either add ftpForbidReuseConnection in panel.ini on the source Plesk server (essentially, it should limit the connection attempted from the Plesk server during the backup creation) OR to increase the connections limit on the remote FTP server.
 
Back
Top