San*_*eep 123
它使用PSCP工作.说明:
set PATH=<path to the pscp.exe file>pscp使用以下命令将文件格式远程服务器复制到本地系统
pscp [options] [user@]host:source target
因此,要将文件/etc/hosts从服务器example.com作为用户复制fred到文件
 c:\temp\example-hosts.txt,您可以键入:
pscp fred@example.com:/etc/hosts c:\temp\example-hosts.txt