how to copy file from remote server to local machine code example
Example: how to copy a file to a remote server using the command line
scp file.txt [email protected]:/remote/directory
scp file.txt [email protected]:/remote/directory