2
votes
0answers
172 views

Need to make all the timestamps on local files match their corresponding ftp hosted file's timestamp

I screwed up and downloaded ~10GB worth of files from my offsite backup location (ftp server) without checking the 'preserve timestamp' option in the client. The PC with the local files is a netbook ...
1
vote
3answers
371 views

How to synchronize local directory with another local directory on another partition or disk

I would like to synchronize my local directory content with another local directory on another partition or disk (or e.g. a pendrive). I can synchronize my local directory content with a remote one ...
1
vote
2answers
156 views

Unable to sunchronize local and remote directories (“set times: Operation not permitted”)

I'm running into FTP errors using software like NetBeans or WinSCP: whenever I attempt to perform a synchronization or update of files from local --> server I get errors on the client saying "set ...
1
vote
4answers
1k views

Recommendation for syncing data on Windows Servers securely over the internet?

I have a Windows Server at a data center and an EC2 Windows Server running in the cloud. In the *Nix world I know the answer to sync these would be rsync. What are some good options for Windows? Is ...
0
votes
3answers
277 views

Win32 software to sync a file system to a FTP server using checksums?

The simple question is how do you sync a Windows file system to an FTP destination periodically while never checking the destination for change unless something bad happens and not relying on file ...
0
votes
3answers
345 views

Synchronize over FTP

i have to synchronize a folder in a customer computer (Windows Xp) with a server (Windows 2003). The customer has a dynamic IP, so i think do it over ftp. Moreover, the customer computer is down ...