how to transfer files from local file system to remote using ssh code example
Example: ssh command to put file from local to remote
scp file.txt [email protected]:/remote/directory
scp file.txt [email protected]:/remote/directory