PuTTY PSCP error “Local to local copy not supported” when username contains a slash

后端 未结 2 1015
忘了有多久
忘了有多久 2021-02-20 08:33

I am trying to move a file from my local Windows machine to a remote Linux server using PSCP. I am connected to the VPN so that I can access my remote Linux machine with my user

2条回答
  •  星月不相逢
    2021-02-20 08:51

    i think you are missing apostrophe after Windows file path:

    pscp "C:\Users\username\Desktop\list.txt" PEM\username@10.120.43.78:/home/local/PEM/username
    

提交回复
热议问题