SSH SCP Local file to Remote in Terminal Mac Os X

前端 未结 3 1535
走了就别回头了
走了就别回头了 2021-01-29 21:55

I am attempting to copy a local file \'magento.tar.gz\' from my local machine to a remote server using SSH through a VPN. This is connecting to the Virtual Machine\'s Internal I

3条回答
  •  灰色年华
    2021-01-29 22:39

    Watch that your file name doesn't have : in them either. I found that I had to mv blah-07-08-17-02:69.txt no_colons.txt and then scp no-colons.txt server: then don't forget to mv back on the server. Just in case this was an issue.

提交回复
热议问题