Solved Backup Errors

kg648

Verified User
Joined
Apr 5, 2007
Messages
23
Hi all,

I'm after some help, I've recently installed a new machine and transferred users over. however, I'm struggling to get backups running correctly via FTP to another server.

The error I am seeing is as follows:

curl: (25) Failed FTP upload: 552
curl return code: 25

I've checked the curl website and although it suggests what error 25 is, it is meaningless to me. Could anyone shed any light on what I could try? I've checked the obvious, disk space, firewalls and permissions.

Thanks in advance.
 
Last edited:
Error 25:
Upload Failed
Failed starting the upload. For FTP, the server typically denied the STOR command. The error buffer usually contains the server's explanation for this.

So the connection is made, but the remote server is refusing to put files on it. Check the remote servers logfile and be sure that the FTP user has write permission to the directory used.

Here's a curl error list:
 
Back
Top