您的位置:首页 > 运维架构 > Linux

linux与linux,linux与windows之间用SSH传输文件

2007-09-01 10:24 423 查看
linux与linux之间传送文件:

scp file username@hostIP:文件地址

例:

scp abc.txt endall@IP:/home/endall/abc.txt

windows与linux之间传送文件:

笔者这里用putty,当然还可以用其它工具,如 SSH Secure File Transfer Client,图形界面下就比较方面,我这里介绍命令下传送文件,这里windows下的服务端用的是 F-secure

pscp file username@hostIP:文件地址

例:

pscp d:abc.txt endall@IP:/home/endall/abc.txt

pscp endall@IP:/home/endall/abc.txt d:abc

在linux下传输文件到windows类似
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: