Horje
scp remote to local Code Example
scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
scp folder from server to local
scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
copy from remote to local
scp file.txt remote_username@10.10.0.2:/remote/directory
Source: linuxize.com
scp local to remote
scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
scp remote to local
scp username@remote:/file/to/send /where/to/put
how to scp from remote machine to local machine
scp user1@example.com:/path/to/file /path/to/store/file
scp root@95.217.65.48:/root/test.tar /home/tom/




Shell

Related
install jenkins on ubuntu 20.04 Code Example install jenkins on ubuntu 20.04 Code Example
no source map sass Code Example no source map sass Code Example
npm start script not found Code Example npm start script not found Code Example
remove folders from remote git Code Example remove folders from remote git Code Example
bash remove everything after character x Code Example bash remove everything after character x Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11