Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 141 Bytes

SSH Commands.md

File metadata and controls

11 lines (8 loc) · 141 Bytes

File downloading

scp username@host:[filepath] localpath

File Sending

scp localpath username@host:[filepath]