Getting files over SSH from Linux server to Windows 7, files downloaded each time
Hello people, the problem is that all the files on the server are downloaded each time I run the software, even if they are already present.
I read about an issue with time stamps, but I'm using "-criteria=none", shouldn't that only see if a file exist and download only in that case?
Thanks for any ideas.
I read about an issue with time stamps, but I'm using "-criteria=none", shouldn't that only see if a file exist and download only in that case?
Thanks for any ideas.
option batch on option confirm off open user:password@host option transfer binary synchronize -criteria=none local C:\FilesFromServer /RemoteFolder/* exit