Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

ftpsync

Compare

  Analyzed about 23 hours ago

ftpsync is a program that sincronizes all files beneath the current directory with an FTP host efficiently. The destination host is identified by a .ftp_upstream in the current directory that must have the following line: upstream=ftp://user@host/path The password is found by looking at ... [More] ~/.netrc, see netrc(5). ftpsync sends all files in the current directory to the target host, and stores the MD5 of the sent files in a hashes.txt files in the remote host. When syncing again, it checks the MD5 of each file against the one stored in the remote hashes.txt file, and only sends the files that are different. This makes ftpsync very efficient when synchronizing a directory with only a few different files, as long as they are always sent by ftpsync. [Less]

416 lines of code

1 current contributors

over 1 year since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This