Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 278 Bytes

SCP command

1. From Local Machine to Remote Host:

scp source_file.txt remote_username@remote__ip:/path/to/remote/directory

2. From Remote Host to Local Machine

scp remote_username@remote__ip:/remote/source_file.txt /path/to/local/directory