skip-existing issue
Brought to you by:
rumpeltux
I have this string and when I run it, it does not copy over the new files to the other FTP:
~/bin/wput/wput --port-mode --no-directories --skip-existing --binary . ftp://<user>@ftp.<site>.com:<password>@<site>.com
When I run it, it just says: Skipping file: ./somefile.zip
But when I run it as:
~/bin/wput/wput --port-mode --no-directories --binary . ftp://<user>@ftp.<site>.com:<password>@<site>.com
It copies the file but also touches all of the other files it previously copied changing their timestamp.
Any help would be appreciated.
Marek
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Anyone monitoring these support requestes?
Thank you,
Marek
Sorry for the late reply, but I'm not the main developer and was quite busy.
Have you tried running it in verbose mode (-vv)? That should give you a hint as to why the file is skipped.