Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While preparing to port my netcat/tar shell combo to shoop, I noticed… #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmgolembiowski
Copy link

… it didn't support non-standard port options (outside of 22), so I sprinkled some in.

… it didn't support non-standard port options (outside of 22), so I sprinkled some in.
@dmgolembiowski
Copy link
Author

This week/weekend, I'd like to address the one feature request related to sending files from local (rather than from the server) using the basis for how I currently transfer files quickly:

# On the server
nc -q 1 -l -p <ssh port> | tar xv

and

# On the client
tar cv . | nc -q 1 <destination> <ssh port>

With it, I currently see around 110Mb/s in upload speeds, and think this can be juiced up quite a bit with shoop's multi-port transfer and split-file connection chunking (in axel style).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant