Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp from local to remote

scp file.txt remote_username@10.10.0.2:/remote/directory/newfilename.txtCopied!
Comment

scp local to remote

scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
Comment

PREVIOUS NEXT
Code Example
Shell :: navigate to drive d cmd 
Shell :: replace substring in bash 
Shell :: bash script: replace . with : 
Shell :: kubernetes service yaml 
Shell :: remove all iptables rules 
Shell :: linux screen run jar 
Shell :: pipe shell output to vim 
Shell :: set global configuration git mac 
Shell :: install cv2 
Shell :: matrix effect 
Shell :: docker autostart container ubuntu on startup 
Shell :: how to change git author 
Shell :: bash wait for input to continue 
Shell :: grepper with github 
Shell :: how to delete history in linux 
Shell :: rename a git repositor while cloning 
Shell :: push heroku 
Shell :: bash rename files based on date modified 
Shell :: npm bootstrap 
Shell :: present working directory in shell script 
Shell :: How to install specific Laravel version using composer 
Shell :: delay bash 
Shell :: powershell append file to another file 
Shell :: windows how to access wsl from explorer 
Shell :: upload folder to gitlab 
Shell :: add user to group linux 
Shell :: get list of all branches github 
Shell :: find a file in linux terminal 
Shell :: git push to branch 
Shell :: drush config import single file 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =