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

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/
Comment

PREVIOUS NEXT
Code Example
Shell :: infinite-react-carousel install 
Shell :: how to reset ubuntu 20.04 
Shell :: delete a file in linux 
Shell :: apt-get ana-conda 
Shell :: sudo windows 
Shell :: source command in shell script 
Shell :: benchmark a network drive windows without installing 
Shell :: install gradle 
Shell :: redis download 
Shell :: replace word in file linux command 
Shell :: shell sort algorithm complexity 
Shell :: linux terminal delete file 
Shell :: how to find and kill a running process on a port in mac 
Shell :: install python 3.10 on raspberry pi 
Shell :: heroku ubuntu install 
Shell :: start-process id powershell 
Shell :: publish website locally 
Shell :: brew check installed packages version 
Shell :: delete file on git 
Shell :: bash file comment 
Shell :: suicide linux 
Shell :: error: required key missing from keyring 
Shell :: docker auto start when reboot 
Shell :: edit text file bash 
Shell :: how to merge branches github 
Shell :: run typescript compiler 
Shell :: how to open a file using terminal 
Shell :: chocolatey local installed 
Shell :: git remote add 
Shell :: git reset a single file to previous commit 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =