Joost de Bruijn
New Pleskian
Since the upgrade to Plesk 18.0.29 the upload of back-ups via FTP is failing:
I did the checks mentioned in the warning and those are not failing. Besides the upgrade of Plesk, nothing has changed in the setup of the FTP-server.Unable to create remote backup. Error: Unable to export backup: Curl error: Unable to finish an upload: (18) Transferred a partial file: Last FTP request: APPE backup_2008250333.tar: Last FTP response: 426 Failure reading network stream: Connection to the FTP server has lost
Unable to upload the file to the storage: Stream error: /check12/test: Curl error: Unable to finish an upload: (18) Transferred a partial file: Last FTP request: APPE test: Last FTP response: 426 Failure reading network stream: Connection to the FTP server has lost
Check if you have permissions to upload files to the storage. You can check it independently with the commands:
echo 123 | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u pleskbkp 'ftp://[[server]]/automated/test-dir/test-file.txt'
curl -v --ftp-pasv --ssl -k -u pleskbkp 'ftp://[[server]]//automated/test-dir/'