Linux remote copy: SCP SCP filename [email protected] Remote ip:/path/copy test.tar files from the local home directory to/home/adm/directory of the remote host 192.168.1.23, the command is: SCP/ Home/test.tar [e-mail protected]:/home/adm/Enter the password after the SCP provides a few options in the SCP after adding the line-p copy of the file when the source file is set to maintain the time. -Q does not display any prompt messages when performing a file copy. -R copies the entire directory www.2cto.com-v the message when copying the file.
Linux SCP File Error SCP:/usr/tools:not a regular files fails to deliver the solution successfully
1: May not have permission chmod 777
2: Add-r parameter when using SCP
Scp-r [email protected]:/usr/tools/xxxx
Error:
-
permanently added (RSA) to the list of known hosts problem resolution
-
modifies the native configuration. 1/etc/ssh/ssh_config stricthostkeychecking Ask Change to 3 stricthostkeychecking no
Linux Remote copy files: SCP