how to copy files from remote server in linux 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