I am trying to copy from remote ubuntu machine to local windows:
pscp name@example.com:/home/www/file c:\xampp\htdocs
Instead of getting a copy on local i get c:xampphtdocs file created on a remote.
I was refering to this http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter5.html
What am i doing wrong?
Thanks.