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