Page 1 of 1

ssh and scp

Posted: Thu Aug 08, 2013 7:15 pm
by Clint
Ok all you mac gurus. I am trying to download my web directory from sonic so I can work on it at home.

I now have a mac using ssh.

If I ssh [email protected] I can access my directory.

I can't seem to figure out this command

scp -r [email protected]:/home/www_pages/clint /Users/admin/Desktop/webfolder


It times out. I am totally sure that this is a stupid error on my part, but help would be appreciated.

Thanks!

:Clint

Re: ssh and scp

Posted: Fri Aug 09, 2013 8:47 am
by Guest
how about

scp -r [email protected]:/home/www_pages/clint /Users/admin/Desktop/webfolder

Re: ssh and scp

Posted: Sun Aug 11, 2013 12:44 pm
by Clint
Guest wrote:how about

scp -r [email protected]:/home/www_pages/clint /Users/admin/Desktop/webfolder

Thank you so much. Obviously it was a stupid mistake. ;-) Much appreciate your help.

Clint