Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 .'
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #scp #command #ubuntu
ADD COMMENT
Topic
Name
5+9 =