scp files from local to remote machine error: no such file or directory

前端 未结 8 591
有刺的猬
有刺的猬 2020-12-23 13:26

I want to be able to transfer a directory and all its files from my local machine to my remote one. I dont use SCP much so I am a bit confused.

I am connected to my

8条回答
  •  一生所求
    2020-12-23 13:41

    i had a kind of similar problem. i tried to copy from a server to my desktop and always got the same message for the local path. the problem was, i already was logged in to my server per ssh, so it was searching for the local path in the server path.

    solution: i had to log out and run the command again and it worked

提交回复
热议问题