Copying files from FR to laptop

Alexander Lehner lehner at edv-buero-lehner.de
Wed Jan 19 14:45:39 CET 2011



On Tue, 18 Jan 2011, RANJAN wrote:

> Hi,
>
> Could some tell me how to copy the files from FR to the laptop (windows7
> running cygwin). I did it in the past but forgot how to. To scp into the FR
> from cygwin I do
> *scp <file> root at 192.168.0.202 *. I faintly remember doing scp from FR to
> laptop as *scp <file> user at 192.168.0.200* , but this does not seem to work
> now. Please let me know how to.

Your quote above is missing a colon, maybe that was it?
scp <file> user at 192.168.0.200:
                              ^
You can always copy in both directions from your laptop:

from laptop to FR:
scp localfile root at 192.168.0.202:remotefile

from FR to laptop:
scp root at 192.168.0.202:remotefile localfile

A.




More information about the devel mailing list