Tag: scp

  • Copy files from one machine/server to another in Linux

    The best way to copy file/folders from one server to another using SSH is scp command. scp stands for Secure copy How to use in command line? source path : from where/what files to copy. destination path : to which folder. Examples for the user of the scp command are as follow, Assume that your source machine IP…