• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Question Transfer FTP problems

Pierre1303

New Pleskian
Hello,

I have this error when i want to send a backup to my ftp storage :

Attention: Unable to resume an upload of the file to the storage: the content of the retrieved file does not match the content that was previously sent
Check that you can resume uploads to the storage. You can check it independently with the commands:
echo 123 | curl -T - --ftp-create-dirs -v -P - --ssl -k -u legrandmyl ftp://ftp.cluster003.hosting.ovh.net/www/backup/vps6/test-dir/test-file.txt
echo 456 | curl -T - -a --ftp-create-dirs -v -P - --ssl -k -u legrandmyl ftp://ftp.cluster003.hosting.ovh.net/www/backup/vps6/test-dir/test-file.txt
curl -v -P - --ssl -k -u legrandmyl ftp://ftp.cluster003.hosting.ovh.net/www/backup/vps6/test-dir/test-file.txt

The commands works :
echo 123 | curl -T - --ftp-create-dirs -v -P - --ssl -k -u legrandmyl ftp://ftp.cluster003.hosting.ovh.net/www/backup/vps6/test-dir/test-file.txt
echo 456 | curl -T - -a --ftp-create-dirs -v -P - --ssl -k -u legrandmyl ftp://ftp.cluster003.hosting.ovh.net/www/backup/vps6/test-dir/test-file.txt
curl -v -P - --ssl -k -u legrandmyl ftp://ftp.cluster003.hosting.ovh.net/www/backup/vps6/test-dir/test-file.txt

On my ftp, i have the space, and i have no problems with my other VPS/Plesk backup.

Thanks fo your help
 
Back
Top