This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它使用 PSCP 工作。
说明:
set PATH=
pscp
使用以下命令将文件从远程服务器复制到本地系统
因此从服务器
example.com/etc/hosts
> 以用户fred
的身份访问该文件c:\temp\example-hosts.txt
,您可以输入:It worked using PSCP.
Instructions:
set PATH=<path to the pscp.exe file>
pscp
use the following command to copy file form remote server to the local system
So to copy the file
/etc/hosts
from the serverexample.com
as userfred
to the filec:\temp\example-hosts.txt
, you would type:putty 工具之一是 pscp.exe;它将允许您从远程主机复制文件。
One of the putty tools is pscp.exe; it will allow you to copy files from your remote host.