📜  scp bash 命令 - Shell-Bash 代码示例

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

代码示例1
# To scp a file to the Desktop directory within your home directory type:
scp -P 2500 file_name.txt ece373@localhost:Desktop/

# To scp a file from your VM to your desktop type:
scp -P 2500 ece373@localhost:Desktop/file_name.txt file_name.txt