Skip to content

SCP Command to transfer files between remote host and local machine

Notifications You must be signed in to change notification settings

chmodshubham/scp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

About

SCP Command to transfer files between remote host and local machine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published