WinScp结合Putty在Windows与UNIX之间进行文件传输
2021-05-03 09:27
标签:pass stop unix cal 安装 images 停止 open 作用 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 5. 注意事项: A. 安装WinScp后,要在WinScp中配置对Putty的引用; B. 要想在两者之间进行文件传送,首先要启动UNIX上的ssh服务; WinScp结合Putty在Windows与UNIX之间进行文件传输 标签:pass stop unix cal 安装 images 停止 open 作用 原文地址:http://www.cnblogs.com/sccd/p/7648462.html
文章标题:WinScp结合Putty在Windows与UNIX之间进行文件传输
文章链接:http://soscw.com/index.php/essay/81737.html