Use scp command for file transfer in Linux
The goal is to copy files from one Linux computer to another Linux computer. The scp command is the command of choice. To get help, type scp –help, the result is the following usage syntax. usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]<br /> [-l limit] [-o ssh_option] [-P port] [-S program]<br /> [[user@]host1:]file1 […] [[user@]host2:]file2 Basic syntax is…
Read More »