Synchronize (Update) file into server via ftp

Get help for specific problems
Posts: 2
Joined: 17 Sep 2019

iqbalhifzan

Hi,

Trying to update file into a server using ftp but error.

Cannot move file
"ftp://*.*.*.*/Backup-Server 1/Volare_2005201909102000~4783.ffs_tmp" to
"ftp://*.*.*.*/Backup-Server 1/Volare_2005201909102000.zip".

CURLE_QUOTE_ERROR: QUOT command failed with 550
550 Permission denied [curl_easy_perform].
User avatar
Posts: 3609
Joined: 11 Jun 2019

xCSxXenon

That looks like it is trying to copy a file into a zipped folder, which is odd because zipped folders are typically treated as a single file, not a folder. Try deleting the zip from the destination and manually copying it from source to destination.
Posts: 2
Joined: 17 Sep 2019

iqbalhifzan

That looks like it is trying to copy a file into a zipped folder, which is odd because zipped folders are typically treated as a single file, not a folder. Try deleting the zip from the destination and manually copying it from source to destination. xCSxXenon, 17 Sep 2019, 19:52
No, actually i'm trying to update/mirror zip file into a folder from local server to another server. Not into a zip file, zip file to a folder. Both directories in both server already mirrored but cannot update the content.
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Two options: 1. if possible fix your FTP server to support RNFR/RNTO 2. disable fail-safe file copy (wouldn't recommend, but what can you do)