synchronizing

Open Source FTP Client that supports synchronizing?

Does anyone know of a good open source FTP client for Windows that allows for scheduled synchronizing? I'm needing something also very....very... user friendly. ...

How to solve 'Synchronizing CVS' problem in Eclipse IDE?

I'm trying to make an update of one project of mine, but i don't manage. When I try, I get the error 'Synchronizing CVS' has encountered a problem. Problems reported while synchronizing CVS Workspace. 0 of 1 resources were synchronized. Details: Problems reported while synchronizing CVS Workspace. 0 of 1 resources were synchronized. ...

Syncronizing S3 buckets

I have a S3 bucket that contains ~40 gigs of files - these files will be served via a production server We also have a staging server which needs a subset (if not all) the files in the production environment (to make sure we have a environment for testing purposes). I would like to know if there was a simple way to sync 2 buckets (prod...

Threads synchronizing in Java, IllegalMonitorStateException

Hello. I am trying to synchronize two threads - the "Main" thread, and a runnable. I get the IllegalMonitorStateException, but I do not completelty understand what "you do not have the lock of the object" means. Here is my code: public class ThreadsTest { private static ThreadsTest instance; public volatile boolean flag = fals...