|
|
|
|
|
by seanmceligot
1146 days ago
|
|
I still miss sz and rz when I ssh from a computer with no ssh server like nearly every windows box. If I remember right, sz = send a file from the server I'm in back to the client server. rz = receive a file from the client server. You can accomplish the with a new scp session on the client server, but it's an extra step. I use this as a helper when for building the scp command. function scppath() {
echo $USER@$(hostname).$(dnsdomainname):$(realpath $1)
] |
|
[0] https://zssh.sourceforge.net/