Timeline for Transferring files via ssh but without scp or sftp
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 8 at 18:43 | comment | added | Jakuje | @gcb indeed, but the question is about doing the transfer without scp and sftp. | |
| Sep 8 at 10:58 | comment | added | gcb | if the target system have sftp, just scp -J door target | |
| Jan 28, 2022 at 15:59 | comment | added | Seven | With recent versions of the ssh client "ProxyCommand ss -W %h:%p door" could be replace with "ProxyJump door" | |
| Jan 28, 2022 at 15:56 | comment | added | Seven | sshfs depends on an sftp server on the remote machine. But the first part using piped stdio is great and IMHO the best answer that does not need any other tools. | |
| Mar 18, 2016 at 7:10 | history | answered | Jakuje | CC BY-SA 3.0 |