Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp upload example

scp file.txt remote_username@10.10.0.2:/remote/directoryCopied!
Comment

scp upload

# download: remote -> local
scp user@remote_host:remote_file local_file 

# upload: local -> remote
scp local_file user@remote_host:remote_file

# upload: with key
scp -i key.pem local_file user@remote_host:remote_file

# upload: specify port
scp -P 2222 local_file user@remote_host:remote_file
Comment

PREVIOUS NEXT
Code Example
Shell :: run docker compose 
Shell :: poetry python 
Shell :: yarn 2 upgrade all packages 
Shell :: get additional parameters linux scripting 
Shell :: install bootstrap in angular 10 
Shell :: kubectl live logs 
Shell :: shell nohup 
Shell :: commit in git 
Shell :: prometheus reload 
Shell :: install choclatey 
Shell :: linux killed 
Shell :: adb screen record 
Shell :: ghost in the shell 
Shell :: interact with container 
Shell :: run latex from command line 
Shell :: raspberry pi change permissions /var/www 
Shell :: build cordova app command 
Shell :: bash print output to one line 
Shell :: how to copy file in root directory 
Shell :: how to install diskpart in ubuntu 
Shell :: how to revert to last git commit 
Shell :: git archive 
Shell :: sail add php mongodb extension 
Shell :: grep exclude 
Shell :: how do I add a commit to an existing pull request 
Shell :: install python mysqlclient on mac 
Shell :: git delete branch upstream 
Shell :: sudo service network-manager restart no working 
Shell :: docker kill running container(s) 
Shell :: change username and home directory linux 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =