On Mon, 7 Feb 2005, Nick wrote:

> Okay. As per the requests of several people, here's a readout of
> what I'm seeing.
>
> The exact command I'm running from my Windows box is:
>
> pscp -r /home/user/directories/to/copy user at 192.168.1.2:/C:\Home

I think this is backwards...it should be:

pscp -r user at 192.168.1.2:/home/user/directories C:\Home
         ^ SOURCE ^                              ^ Destination

You are copying /home/user/dirs from 192.168.1.2 TO C:\Home