Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp command

scp path/to/source.txt user@localhost:path/to/destinationFolder
Comment

linux scp

scp -r -p chemin/vers/dossier/source user@serveur2:chemin/vers/dossier/destination
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

scp command

scp [OPTION] [[user@]SRC_HOST:]file1 [[user@]DEST_HOST:]file2
Comment

PREVIOUS NEXT
Code Example
Shell :: how to solve the brightness problem on unbuntu 
Shell :: how delete wireless connection raspberry pi terminal 
Shell :: how to see what files are committed in git 
Shell :: git rollback 
Shell :: copy first n files linux 
Shell :: remove all gitlab runners command 
Shell :: install owlready2 
Shell :: phpinfo cli 
Shell :: powershell ssh with password 
Shell :: Installing Command line tools for Xcode via CLI 
Shell :: zsh mac vi 
Shell :: composer reinstall all packages 
Shell :: redis 
Shell :: chnage localhost folder xampp on ubuntu 
Shell :: delete multiple rules ufw 
Shell :: gnome-sushi version 
Shell :: get shared mailbox powershell exchange 2010 
Shell :: preserve permissions tar 
Shell :: pm2 logs 
Shell :: ubuntu rename all files lowercase commands 
Shell :: batch file drive 
Shell :: set cmake variable commandline 
Shell :: how copy data from local to hdfs 
Shell :: git push origin current branch 
Shell :: unix permissions 
Shell :: git copy folder from another branch 
Shell :: install influxdb 
Shell :: bash script loop 
Shell :: run bat file 
Shell :: how to create a username along with home directory in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =