[Wolves] Two quick questions:

Stuart Langridge stuart.langridge at gmail.com
Thu Apr 28 12:41:51 BST 2005


On 4/28/05, Wayne Morris <wayne at machx.co.uk> wrote:
> I've just about figured out using SCP to copy files from linux host to
> linux host, but can't quite get the sysntax right for
> copying from a linux host to a windows host (where I am running putty).
> It should be :
> scp root at linuxbox:/home/username/* c:\destination\*
> 
> or not?

Nearly. Think of it as a COPY command: if you want to copy lots of
files to a directory then you just specify the directory as the second
thing:

COPY c:\source\*.* c:\destination\

and scp works the same way

scp user at linux:/home/user/source/* c:\destination\

Aq.



More information about the Wolves mailing list