If you need to share or transfer files between Linux machines, you have plenty of options. Here are some you might not have considered.
For Linux, Mac, and Windows (PowerShell) an sftp session or scp command to an HPC front-end host can be done easily from on-campus (main or VIMS) or off-campus through the bastion host. In the ...
I frequently find myself in the situation where I'm SSH'd to a server and I want to copy a remote file to my local machine. Usually I end up opening up a local terminal and writing out the SCP command ...
When I want to transfer files between computers on the same network, most of the time, I use the scp command. But when I want something a bit simpler to use, I turn to a very handy command-line tool ...