如何使用Putty会话将文件从远程服务器复制到本地Windows系统?
Answers:
它使用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
pscp sessionname:source target
,其中sessionname替换为您在腻子中保存的会话的名称。
pscp pi@192.168.0.123:/folder/myfile.txt "D:\Temporary\\myfile.txt"
或者,您可以始终使用WinSCP,这是因为GUI更加易于使用
python -m SimpleHTTPServer 8080
。然后在本地打开浏览器并转到localhost:8080
。