|
|
|
|
|
by mbreese
1145 days ago
|
|
It’s just not the same as having transfers available on the remote command line. I have a program I wrote that maintains a local server with a port forwarded over SSH. Then on the remote side I have a client program that sends a file(s) (or folder) back to my local computer. It can either save the file or open it, depending on the command I ran. This type of automatic transfer makes it very convenient to generate figures on a server (where the data lives) and then view them locally. It’s a much better workflow than having to use sshfs or scp. What I wrote is really quite similar to an old transfer program like zmodem with the added feature of auto opening a file if I choose. |
|