Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 45171 invoked from network); 25 Feb 2003 03:39:00 -0000 Received: from unknown (HELO germane-software.com) (198.36.168.17) by daedalus.apache.org with SMTP; 25 Feb 2003 03:39:00 -0000 Received: (qmail 29306 invoked from network); 25 Feb 2003 03:38:35 -0000 Received: from unknown (HELO germane-software.com) (63.96.185.178) by 198.36.168.17 with SMTP; 25 Feb 2003 03:38:35 -0000 Message-ID: <3E5AE533.5080303@germane-software.com> Date: Mon, 24 Feb 2003 19:38:27 -0800 From: Dale Anson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: SCP Ant Syntax References: <20030224230811.55824.qmail@web10801.mail.yahoo.com> X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N How about support for this case: That is, scp between two remote hosts. Is your code available for download somewhere? Dale Anson Joe Consumer wrote: >Why not have the syntax be optional? For example, >identity="${user.dir}/.ssh/identity" passphrase="You >know it" /> > >vs. > >tofile="/home/gus" /> > >It would basically be looking for an '@' character >then if it's not there checking for RSA certificates >and passphrases. > >For RSA auth, you don't need a user name or password. >Just your RSA certificiate and passphrase. This is >very similiar to how SCP works on the command line, >and it would be familiar to users. > >BTW, I tried sending some code to the list, and I was >rejected for being greater than 100K. All I need now >is some tests for the task. Documentation, the code, >and renamed packages are done. I was going to send it >to the list for people to try out before I actually >submit it. > >charlie > >The code would simply parse the file/tofile > > >>ATTACHMENT part 10 message/rfc822 >>To: dev@ant.apache.org >>Subject: Re: SCP Ant Syntax (was Contributing to >>Optional Tasks) >>From: Stefan Bodewig >>Date: 24 Feb 2003 08:51:07 +0100 >> >>On Fri, 21 Feb 2003, Rob H. Anderson >> >>wrote: >> >> >> >>>Perhaps we should break host, user and password >>> >>> >>into their own >> >> >>>field... >>> >>> >>If you split host out of the file/tofile attribute, >>you'll need a way >>to specify which side is the remote side (in the >>single file case). >> >>Stefan >> >> >> > > >__________________________________________________ >Do you Yahoo!? >Yahoo! Tax Center - forms, calculators, tips, more >http://taxes.yahoo.com/ > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org >For additional commands, e-mail: dev-help@ant.apache.org > > >