Replies: 2 comments 1 reply
|
I think it emulates openssh's use of scp when receiving, so you should be able to use |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Im trying to use and understand how the u-root implementation of
scpworks. Reading the code shows that it expects a response and sends a reply, then transfers the file using io.Copy()... But when I try to use this tool it just hangs indefinitelythis is my assumption of how this is supposed to be used:
I've done a lot of other tests but I cannot sus out how this is supposed to work. even something like "./scp -f file | ./scp -t file2" hangs forever. Im really not sure how these two things are supposed to communicate.
All reactions