摘要: # 将本地文件传输到远程服务器 scp /path/to/local/file username@remote_host:/path/to/remote/directory # 从远程服务器下载文件到本地 scp -r user@remotehost:/remote/directory/ /loca 阅读全文
posted @ 2024-06-11 09:06 好名字可以让你的朋友更容易记住你 阅读(7) 评论(0) 推荐(0) 编辑