↧
Answer by Tonny for How do I SCP from remote machine to local machine?
You are doing it wrong:In Terminal DON'T login to the remote machine.Just run:scp user@remote:<path>/error.txt /Users/myname/Desktop In other words: Run SCP locally on your Mac and tell it to...
View ArticleAnswer by djsmiley2kStaysInside for How do I SCP from remote machine to local...
You need to provide the path of the remote machine - you would run this on your local machine, ie the one you want to save the file TO.scp remoteuser@remote.machine.com:/path/to/file/on/server...
View ArticleHow do I SCP from remote machine to local machine?
I know there are some similar questions has been asked here and I did read them... however, I still can not copy a file from a remote machine down to my local computer... I am keep getting error like...
View Article