An open API service indexing awesome lists of open source software.

https://github.com/goblinhack/tssh

multithreaded ssh with md5 checksum to only download parts of a file that changes
https://github.com/goblinhack/tssh

Last synced: 8 months ago
JSON representation

multithreaded ssh with md5 checksum to only download parts of a file that changes

Awesome Lists containing this project

README

          

tssh
====

Multi threaded ssh of a large file to a destination. Uses checksums for
incremental speedups on subsequent copies.

Example:

$ tssh -t 20 -d -v bigfile user@farawayhost:/path/bigfile

Defaults to 10 threads. Options:

-threads
--threads
-t ... How many scp threads to run

-quiet
--quiet
-q ... Quiet, no logging to console

-user
--user
-u ... Username

-debug
--debug
-d ... Debug

-help
--help
-h ... Help

-verify
--verify
-v ... Check results