Re: Question about scp

2008-07-15 Thread Reinhardt Christiansen
to participate. Some would even call it fun :) -Rob Anderson -Original Message- From: Reinhardt Christiansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 6:37 AM To: Ant Users List Subject: Re: Question about scp I see. Well, it's nice to know that it wasn't a case

RE: Question about scp

2008-07-15 Thread Anderson, Rob (Global Trade)
:) -Rob Anderson -Original Message- From: Reinhardt Christiansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 6:37 AM To: Ant Users List Subject: Re: Question about scp I see. Well, it's nice to know that it wasn't a case of me being stupid. It's a shame that it

Re: Question about scp

2008-07-15 Thread Reinhardt Christiansen
I see. Well, it's nice to know that it wasn't a case of me being stupid. It's a shame that it has to be that complicated to copy a tree from the remote Linux machine to my PC but that's life, I suppose. Thanks for the information. -- Rhino Anderson, Rob (Global Trade) wrote: You need to use

RE: Question about scp

2008-07-14 Thread Anderson, Rob (Global Trade)
You need to use a nested fileset in your scp task. In order to do this you would need to run ant on the host where the files reside. You cannot use a nested fileset as a source for the copy when they are on a remote host. I would setup cygwin sshd on the windows box and run ant on the linux box.

Re: Question about scp

2008-07-13 Thread Atsuhiko Yamanaka
Hi, 2008/7/12, Reinhardt Christiansen <[EMAIL PROTECTED]>: > Is it possible to recurse through subdirectories when copying from a > directory on a local machine to a remote machine? If it is, could someone > please tell me what I'd need to write to copy c:\backups\abc\text and all of > its subdire