2014年10月11日
摘要: 在linux下一般用scp这个命令来通过ssh传输文件。1、从服务器上下载文件scp username@servername:/path/filename/var/www/local_dir(本地目录)例如scp root@192.168.0.101:/var/www/test.txt 把192.1... 阅读全文
posted @ 2014-10-11 13:58 qinyan20 阅读(153) 评论(0) 推荐(0) 编辑