Putty, PSCP

I’m just starting with a Beaglebone Black Rev C, Cortex A8

I’ve got Putty working over the USB cable to my desktop XP machine, and I’m trying to upload files from DOS using PSCP

According to Putty, I have a working directory

root@beaglebone:~/dsp

I’d have thought this should do it:

pscp %1 root@192.168.7.2/dsp

but I get:: ‘local to local copy not supported’

If I try

pscp %1 root@http://192.168.7.2/dsp

I get ‘ssh_int: Host does not exist’

Any clues?

Ah! Got it:

pscp root@192.168.7.2:dsp/

I’ll post this because it would have helped me.