Bookmarks tagged [scp]
https://stackoverflow.com/questions/10341032/scp-with-port-number-specified
Unlike ssh, scp uses the uppercase P switch to set the port instead of the lowercase p: ...
https://stackoverflow.com/questions/11304895/how-to-scp-a-folder-from-remote-to-local
scp -r [email protected]:/path/to/foo /home/user/Desktop/
-r
Recursively copy entire directories