“cara scp dari vm ke lokal” Kode Jawaban

cara scp dari vm ke lokal

# 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

cara scp dari vm ke lokal

# 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

Jawaban yang mirip dengan “cara scp dari vm ke lokal”

Pertanyaan yang mirip dengan “cara scp dari vm ke lokal”

Lebih banyak jawaban terkait untuk “cara scp dari vm ke lokal” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya