标签:nbsp 操作 服务器 下载 bsp sharp 服务 text 从服务器
1.从服务器下载文件:
scp root@197.2.2.1:/xxx/xxx.xxx e:/test/
2.从本地上传文件到服务器
scp e:/test/test.log root@197.2.2.1:/text
理解:
scp 操作的文件地址 要上传的文件地址
从服务器下载文件就好比从服务器上传文件到本地服务器
标签:nbsp 操作 服务器 下载 bsp sharp 服务 text 从服务器
原文地址:https://www.cnblogs.com/itwlp/p/10859476.html