Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.01 KB

scp.md

File metadata and controls

24 lines (18 loc) · 1.01 KB

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: ...

  • 📆 published on: 2012-04-26
  • tags: port, scp

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