ssh and scp

General discussions and other topics.
3 posts Page 1 of 1
by Clint » Thu Aug 08, 2013 7:15 pm
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
by Guest » Fri Aug 09, 2013 8:47 am
how about

scp -r [email protected]:/home/www_pages/clint /Users/admin/Desktop/webfolder
by Clint » Sun Aug 11, 2013 12:44 pm
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
3 posts Page 1 of 1