I have several Linux machines on my network, each serving a different purpose. I frequently need to transfer files back and forth between them, and I'd rather not do so via a cloud service, email, or ...
Hi.<BR><BR>I'm using bash, and often use scp to copy files to a remote server.<BR><BR>As we know, the syntax is:<BR><BR>scp /local/path/to/my/upload username@mydomain ...