Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

FTP 550 Errors

For technical support visit https://support.2brightsparks.com/
Post Reply
DanOnline
Newbie
Newbie
Posts: 8
Joined: Thu Jun 07, 2018 1:38 pm

FTP 550 Errors

Post by DanOnline »

Hello,

I have a profile that uses FTP for the destination backup. I'm getting hundreds of 550 errors. Example:

File:
\Install\Bin\Rufus\FAQ · pbatard-rufus Wiki · GitHub.url

Error:
Failed to copy from Computer : Expected another server reply(15) : 550 Rename failed.

Code: Select all

L:CWD /media/pi/G-Drive/SyncBack/Jerry/D/Install/Bin/Rufus/
R:250 Directory successfully changed.
L:PWD
R:257 "/media/pi/G-Drive/SyncBack/Jerry/D/Install/Bin/Rufus" is the current directory
L:PASV
R:227 Entering Passive Mode (192,168,1,68,97,108).
I:Opening data connection to 192.168.1.68 Port: 24940
L:STOR SBSE____.O9F
R:150 Ok to send data.
I:120 bytes transferred. (117 KB/s) (1 ms)
R:226 Transfer complete.
L:MDTM 20210126160359 SBSE____.O9F
R:213 File modification time set.
L:DELE FAQ · pbatard-rufus Wiki · GitHub.url
R:550 Delete operation failed.
L:SIZE FAQ · pbatard-rufus Wiki · GitHub.url
R:550 Could not get file size.
L:RNFR SBSE____.O9F
R:350 Ready for RNTO.
L:RNTO FAQ · pbatard-rufus Wiki · GitHub.url
R:550 Rename failed.
L:DELE SBSE____.O9F
R:250 Delete operation successful.
L:DELE /media/pi/G-Drive/SyncBack/Jerry/D/Install/Bin/Rufus/FAQ · pbatard-rufus Wiki · GitHub.url
R:550 Delete operation failed.
L:SIZE /media/pi/G-Drive/SyncBack/Jerry/D/Install/Bin/Rufus/FAQ · pbatard-rufus Wiki · GitHub.url
R:550 Could not get file size.
There are thousands of files that are being correctly backed up.

I'm running Syncback Pro Version: V10.2.129.0 (64-bit) (Windows 10)

Thank you.
DanOnline
Newbie
Newbie
Posts: 8
Joined: Thu Jun 07, 2018 1:38 pm

Re: FTP 550 Errors

Post by DanOnline »

The source files are stored on a Windows 10 machine. The FTP server is running on a Linux machine.
DanOnline
Newbie
Newbie
Posts: 8
Joined: Thu Jun 07, 2018 1:38 pm

Re: FTP 550 Errors [SOLVED]

Post by DanOnline »

The problem was with the FTP server, not SyncBack.

I am using VSFTPD as my FTP server on a Linux machine. To correct the problem, add the following undocumented setting to the /etc/vsftpd.conf file:

Code: Select all

utf8_filesystem=YES
Post Reply