1. 关于传输协议:

SSH Secure Shell安全外壳协议

SFTP Secure File Transfer Protocal安全文件传送协议

2. WinScp与Putty的作用:

Putty远程连接UNIX;

WinScp用于在Windows与UNIX之间进行文件传输;

3. 查看/启动/停止UNIX上SSH服务的命令:

systemct1 status/start/stop sshd.services

4. 文件的传送:

A. 打开连接:open sftp://root:password@192.168.137.137

B. 上传文件到UNIX:put  D:\FilePath\FileName /root/

    获取文件到Windows上:get /root/FileName  D:\FilePath\FilePath

WinScp结合Putty在Windows与UNIX之间进行文件传输

5. 注意事项:

A. 安装WinScp后,要在WinScp中配置对Putty的引用;

B. 要想在两者之间进行文件传送,首先要启动UNIX上的ssh服务;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-11-23
  • 2021-07-13
  • 2021-08-16
猜你喜欢
  • 2022-01-09
  • 2022-03-06
  • 2021-11-15
  • 2021-04-29
  • 2021-12-22
  • 2021-08-23
相关资源
相似解决方案