Changes

Linux and UNIX Secure Copy

655 bytes added, 16:00, 21 February 2018
The following lines were added (+) and removed (-):
== usage examples ==Copy the file "foobar.txt" from a remote host to the local hostPULL - Copy the file "foobar.txt" from a remote host to the local hostCopy the file "foobar.txt" from the local host to a remote hostPUSH - Copy the file "foobar.txt" from the local host to a remote hostCopy a file from one remote host to another, neither file residing nor resulting on the current machine. scp nicolep@serverone.com:/usr/local/download/foobar.txt nicolep@servertwo.com:/home/nicolep== spaces in file path ==Backslashing alone doesn't do the job, you have to escape and black slash.example: scp nicolep@192.168.10.8:/mnt/public/download/OS\\\ ISO\\\ Images\\\ ALL/debian-8.7.1-i386-netinst.iso ./== installation ==Red Hat Enterprise Linux, CentOS, Trustix yum install openssh-clientsDebian or Ubuntu apt-get install openssh-client[[Category:Computer_Technology]][[Category:Linux]]
Bureaucrat, administrator
16,192
edits