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
- Host: GitHub
- URL: https://github.com/goblinhack/tssh
- Owner: goblinhack
- Created: 2014-09-05T20:13:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T21:32:49.000Z (over 11 years ago)
- Last Synced: 2025-01-24T02:38:36.006Z (about 1 year ago)
- Language: Shell
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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