scp to copy files
scp to PUSH 1scp source-file.txt [email protected]:/save/here scp to PULL 1scp [email protected]:/source-loc/source-file.txt destination.txt REFERENCE
scp to PUSH 1scp source-file.txt [email protected]:/save/here scp to PULL 1scp [email protected]:/source-loc/source-file.txt destination.txt REFERENCE
source: stackexchange for faster SSH & SCP : Edit: ~/.ssh/config (or create it) 1234Host happy Hostname my.remote.server.com User bob Port 12345 Then: 1ssh happy or 12scp happy:~/tmp/myfiles … Read More