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
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.