Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp ubuntu

scp user1@host1.com:/files/file.txt user2@host2.com:/filesCopy
Comment

scp command ubuntu

scp source_location destination
'source_location' => location of the file you want to copy.
'destination'  => location of the directory you want to paste the file.

Consider you want to copy file from the server in your current diractory
'scp root@server1:location/to/file .'
Comment

scp command in unix

scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2
Comment

PREVIOUS NEXT
Code Example
Shell :: giphy slack 
Shell :: yum stands for in linux 
Shell :: git hub 
Shell :: git add an entire folder to commit 
Shell :: how to push your code to github 
Shell :: /zsh-autosuggestions/zsh-autosuggestions.zsh^M 
Shell :: open cmd here shortcut 
Shell :: chmod command 
Shell :: dir /s cmd 
Shell :: dracula theme gnome terminal 
Shell :: command to check the amount of disk space used 
Shell :: exit pipenv shell 
Shell :: bash compare numbers 
Shell :: mac make bootable usb 
Shell :: what is the use of cat command in linux 
Shell :: pacman command on arch 
Shell :: where are chocolatey packages installed 
Shell :: ls command in terminal 
Shell :: install gitlab runner 
Shell :: Examples of add-apt-repository and updating the APT cache 
Shell :: recursive rename powershell 
Shell :: nvm update specifiec version 
Shell :: there are stopped jobs 
Shell :: error: Setup script exited with error: libhdf5.so: cannot open shared object file: No such file or directory 
Shell :: kylekatarnls/update-helper does not exist and could not be created 
Shell :: scan for unused ports linux 
Shell :: how to install nipe 
Shell :: deploy contract on bsc testnet hardhat 
Shell :: tar -cxvf other directory 
Shell :: upgrade spyer 4.2.0 in anaconda 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =