“Comment SCP de VM à local” Réponses codées

Comment SCP de VM à local

# Download the file ~/yourFile.xyz to your home directory on your computer
$ scp [email protected]:~/yourFile.xyz ~/.
 
# Download the folder yourFolder to your home directory on your computer
$ scp -r [email protected]:~/yourFolder ~/.
Outrageous Osprey

Comment SCP de VM à local

# 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]:~/.
Outrageous Osprey

Réponses similaires à “Comment SCP de VM à local”

Questions similaires à “Comment SCP de VM à local”

Plus de réponses similaires à “Comment SCP de VM à local” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code