scp.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [scp]
www.codever.land/bookmarks/t/scp
scp with port number specified
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: ...
shell - How to scp a folder from remote to local? - Stack Overflow
https://stackoverflow.com/questions/11304895/how-to-scp-a-folder-from-remote-to-local
scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
-r Recursively copy entire directories