📜  scp 虚拟机 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:38.103000             🧑  作者: Mango

代码示例1
# Upload the file yourFile.xyz to your home directory on the VM
$ scp yourFile.xyz username@cerzheprd03.its.auckland.ac.nz:~/.
 
# Upload the folder yourFolder to your home directory on the VM
$ scp -r yourFolder username@cerzheprd03.its.auckland.ac.nz:~/.