1. 關於傳輸協議:安全
SSH Secure Shell安全外殼協議ssh
SFTP Secure File Transfer Protocal安全文件傳送協議blog
2. WinScp與Putty的做用:get
Putty遠程鏈接UNIX;ftp
WinScp用於在Windows與UNIX之間進行文件傳輸;配置
3. 查看/啓動/中止UNIX上SSH服務的命令:service
systemct1 status/start/stop sshd.services引用
4. 文件的傳送:im
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服務;