Skip to content

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.

1 participant