szernex / YetAnotherBackupMod

GNU General Public License v2.0
6 stars 0 forks source link

FTP upload failed #3

Closed Watchful1 closed 10 years ago

Watchful1 commented 10 years ago

When trying to use the FTP feature, I get this.

[13:08:02 INFO]: Authenticating with credentials...
[13:08:02 INFO]: Successfully logged in.
[13:08:02 INFO]: Entering passive mode...
[13:08:02 INFO]: Starting upload...
[13:08:02 INFO]: FTP upload failed.
[13:08:02 WARN]: Upload failed.

Any chance of getting a more detailed error message?

szernex commented 10 years ago

I tried to add some more logging for this case, but I couldn't really test it myself so I have no idea if it actually works: https://github.com/szernex/YetAnotherBackupMod/releases/tag/v1.7.10-1.0.2

Watchful1 commented 10 years ago

That added a new line at the end.

[08:46:52 INFO]: Authenticating with credentials...
[08:46:52 INFO]: Successfully logged in.
[08:46:52 INFO]: Entering passive mode...
[08:46:52 INFO]: Starting upload...
[08:46:52 INFO]: FTP upload failed.
[08:46:52 WARN]: Upload failed.
[08:46:52 WARN]: 553 Can't open that file: No such file or directory

I just checked and the process should have write and read access to the backups. I mean, it just wrote them there.

szernex commented 10 years ago

Are you sure that the remote directory you specified in the configuration exists on the server? On Oct 17, 2014 2:57 PM, "Watchful1" notifications@github.com wrote:

That added a new line at the end.

[08:46:52 INFO]: Authenticating with credentials... [08:46:52 INFO]: Successfully logged in. [08:46:52 INFO]: Entering passive mode... [08:46:52 INFO]: Starting upload... [08:46:52 INFO]: FTP upload failed. [08:46:52 WARN]: Upload failed. [08:46:52 WARN]: 553 Can't open that file: No such file or directory

I just checked and the process should have write and read access to the backups. I mean, it just wrote them there.

— Reply to this email directly or view it on GitHub https://github.com/szernex/YetAnotherBackupMod/issues/3#issuecomment-59508361 .

Watchful1 commented 10 years ago

Yep, looks like that was the problem. Thanks.