scp from to VM code example
Example: scp virtual machine
# Upload the file yourFile.xyz to your home directory on the VM
$ scp yourFile.xyz [email protected]:~/.
# Upload the folder yourFolder to your home directory on the VM
$ scp -r yourFolder [email protected]:~/.