Skip to content

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

Notifications You must be signed in to change notification settings

goblinhack/tssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages