工具winSSD:
鏈接:https://pan.baidu.com/s/1d8izC-qJb2H22rgsUuXbfg 提取碼:7jwl
一、安裝步驟:
1、打開軟件,界面如下
2、選擇 personnel edition 后點擊安裝等待安裝結束
3、安裝結束后開始配置
4、選擇使用本地賬戶進行登錄
5、保存上面配置,開啟服務准備測試
6、創建虛擬賬號進行連接
#命令解釋
# win上傳文件到linux並重命名 *不重名就不加back_win10.txt這個就好了
scp 1024@192.168.2.85:/c:/sshfiles/222.txt /home/hello/back_win10.txt
# linux下載文件到win並重命名
scp /var/lib/mysql-files/user_info_backup.txt 1024@192.168.2.85:/c:/sshfiles/222.txt
#win上傳文件夾到Linux並重命名
scp -r 1024@192.168.2.85:/c:/sshfiles /home//hello/win10_to_linux
#linux下載目錄到win 並重名
scp -r /home/hello/test_d 1024@192.168.2.85:/c:/sshfiles/hello_d