Windows通过SSH向Linux服务器上传文件
这里需要使用到PuTTY的pscp工具,因此需要在PuTTY官网下载并安装。
Step 1: Install PuTTY.
Step 2: Open cmd window, and enter the path of your PuTTY files.
1
2d:
cd ./Program Files (x86)/PuttyStep 3: Use 'pscp' order, and wait for transmission.
1
pscp D:\download\Anaconda3-2019.07-Linux-x86_64.sh Txing@***.**.**.**.**:/home/Txing/anaconda3/