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
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