RE: SCP task?

2002-04-04 Thread Brett Porter
I'm still working on my SSH library... http://quietcoffee.sourceforge.net From there, I will have a BSD license so I can include an SCP task in Ant. If anyone is interested in helping out, let me know :) Cheers, Brett -Original Message- From: stephan beal [mailto:[EMAIL PROTECTED]]

Re: scp task

2001-08-10 Thread Richard Emberson
Stefan Bodewig wrote: On Thu, 09 Aug 2001, Richard Emberson [EMAIL PROTECTED] wrote: Well, we are secure ... we all have RSA passphrases ... so still need to enter text into a running ant task. You could use ssh-agent before starting Ant. Stefan Thanks for the suggestion. I

Re: scp task

2001-08-10 Thread Stefan Bodewig
On Fri, 10 Aug 2001, Richard Emberson [EMAIL PROTECTED] wrote: I think that ought to work, providing the desired capability while retaining security. Unfortunately it won't work as Ant will not hand the input stream to the executable, sorry. Stefan

Re: scp task

2001-08-09 Thread Cedric Berger
Richard Emberson wrote: I saw that there was an optional FTP task. Is there an ssh secure copy task out there. Even within our development environment FTP is disabled (a good thing) which means to move files cross machine I need scp. I tried to wrap scp with 'apply' but I guess I/O is

Re: scp task

2001-08-09 Thread Richard Emberson
Cedric Berger wrote: Richard Emberson wrote: I saw that there was an optional FTP task. Is there an ssh secure copy task out there. Even within our development environment FTP is disabled (a good thing) which means to move files cross machine I need scp. I tried to wrap scp with

Re: scp task

2001-08-09 Thread Cedric Berger
Richard Emberson wrote: Cedric Berger wrote: Then try to setup RSA authentication: you don't need password! you will very soon enjoy it! Cedric Well, we are secure ... we all have RSA passphrases ... so still need to enter RSA passphrases? What the heck is this new

Re: scp task

2001-08-09 Thread Stefan Bodewig
On Thu, 09 Aug 2001, Richard Emberson [EMAIL PROTECTED] wrote: Well, we are secure ... we all have RSA passphrases ... so still need to enter text into a running ant task. You could use ssh-agent before starting Ant. Stefan