What is Secure Copy? scp allows files to be copied to, from, or between different hosts. It uses ssh for data transfer and provides the same authentication and same level of security as ssh. Examples Copy the file “file_test.txt” from a remote host to the local host $ scp your_username@tuanmuda.com:file_test.txt /some/local/directory Copy the file “file_test.txt” from the local host to
Read more…