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