• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Remote FTP Backup fails

EnriqueR

Regular Pleskian
Server operating system version
Ubuntu 24.04.2 LTS
Plesk version and microupdate number
18.0.68
Since the last update, the Backup manager via FTP remote storage configuration no longer works for me. It returns the following error message. I have checked the FTP server and it is OK. I am sure of this because I have 3 additional Plesk servers using the same type of backup and they can access it without any problem. The only one that is giving access problems is the one I have updated to the latest version 18.0.68.
 
Error: No ha sido posible cargar el archivo al almacenamiento: Stream error: /check0/test: Curl error: Unable to finish an upload: (18) Transferred a partial file: The last FTP request: STOR test: The last FTP response: 522 Unable to secure data connection: Connection to the FTP server has lost
Compruebe que dispone de permisos para cargar archivos al almacenamiento. Puede comprobarlo de forma independiente con los siguientes comandos:
echo 123 | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u ftp_plesk 'ftp://ftpserver.com/test-dir/test-file.txt'
curl -v --ftp-pasv --ssl -k -u ftp_plesk 'ftp://ftpserver.com/test-dir/'

The strange thing is that using the specified command,

echo 123 | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u ftp_plesk 'ftp://ftpserver.com/test-dir/test-file.txt'

it works correctly. Also, checking in the logs of the FTP server, the connection and access test performed from Plesk is done without problems.
It only fails in the Plesk panel. It is very strange.
 
The FTP server always forced a secure connection. I followed your test request and disabled this limitation in FTP server.
Now it works correctly with the FTPS option enabled/disabled in Plesk backup system.

It is very rare that now it fails for that reason and in previous Plesk versions it works correctly.
 
Hello, I have the same issue with Plesk version 18.0.68.
Before the upgrade it was working fine.

Unable to create the remote backup: Transport error: unable to check directory existence: Curl error: (18) Transferred a partial file: The last FTP request: QUIT: The last FTP response: 221 Service closing control connection.

It's working with my other FTPS clients, I have the issue only with Plesk.
 
we are currently having a very similar issue where since the plesk update 18.0.68 the backup uploads fail. we have communicated this to the plesk support and have a ticket open.

so far we have narrowed it down to plesk now requiring more concurrent connections than our ftp server could allow - 5 connections has worked for the past three years, but now it is in the range of 15-32. we had to upgrade our ftp server licence, which meant additional costs for us.
 
Back
Top