Txing

欢迎来到 | 伽蓝之堂

0%

Windows通过SSH向Linux服务器上传文件

Windows通过SSH向Linux服务器上传文件

这里需要使用到PuTTY的pscp工具,因此需要在PuTTY官网下载并安装。

  • Step 1: Install PuTTY.

  • Step 2: Open cmd window, and enter the path of your PuTTY files.

    1
    2
    d:
    cd ./Program Files (x86)/Putty
  • Step 3: Use 'pscp' order, and wait for transmission.

    1
    pscp D:\download\Anaconda3-2019.07-Linux-x86_64.sh Txing@***.**.**.**.**:/home/Txing/anaconda3/