search for: curlftp

Displaying 2 results from an estimated 2 matches for "curlftp".

2009 Feb 08
0
rsync over ftp problem
Hi there, I am trying to sync some local files to a shared host ftp account (bluehost). Here is what I am trying (everything is in a bash script): 1. I mount the ftp location with curlftps with: curlftpfs -o user=myusernamec@mydomain.com:mypassword ftp://ftp.mydomain.com ~/ftp_backups 2. I then try to sync the files rsync -a -r --no-o --no-g --safe-links --exclude=mkstemp --progress /somefolder ~/ftp_backups/someotherfolder/ and it all goes bonkers in the form of this error: rsync...
2013 Nov 26
1
Bad size transfers
Hi, I've been using rsync for several years by now, but it's the first time I have a problem with file transfers. The scenario is quite complex, I have an inotify script that syncs a hole folder when new files arrive to another server that has an curlftp mount of another server. Most of the times, sync happens right, but in other opportunities, I see by the logs that files are partially transferred and deleted from source (as specified by the flag) but destination file is far from a copy of the original. In example, a 99MB file was transferred, it...