copy file to remote server code example
Example 1: how to copy a file to a remote server using the command line
scp file.txt [email protected]:/remote/directory
Example 2: copy files from local to host ssh
$ scp * remoteuser@remoteserver:/remote/folder/