文件的上传、下载、同步
Rsync Related
- bsync - https://github.com/dooblem/bsync
- Uses
rsync
for file transfers. - Use
find
to generate filelist snapshots. - Use
ssh
for remote transfers.
- Uses
Unison
- http://www.cis.upenn.edu/~bcpierce/unison/
- Github - https://github.com/bcpierce00/unison
- Written in OCaml and Standard ML
- Related Papers
zsync - Optimised rsync over HTTP
FTP
FTP Over HTTP
GET ftp://user:[email protected]/ HTTP/1.1
GET ftp://user:[email protected]/path/to/file HTTP/1.1