Linux 发送文件

tar -cjf - ./filepath | ssh ip "cd /filepath;tar -xjf -"

scp ./filepath ip:/filepath

posted @ 2010-11-04 17:28  Zhou Hr  阅读(195)  评论(0编辑  收藏  举报