I am looking for a java library (not a tool) that will synchronize the local directory with the directory on the server (ftp). I need to put a set of files on the server, and then I want all clients to have (upload if necessary) the same version of these files.
I noticed that VFS depends on the file modification time. I need a library that will use a mechanism like hash / delta. Something like rsync, but lib is not a tool.
source
share