ssh copy file from local to remote code example
Example 1: ssh transfer file from local to remote
scp file.txt [email protected]:/remote/directory
Example 2: copy file from ssh server to local
scp host_name:file_server path_local
Example 3: copy files from local to host ssh
$ scp * remoteuser@remoteserver:/remote/folder/