What should the package structure be for these files?
Should it be a subpackage of org.apache.tools.ant.*?
I suppose I could give a run down of what the scp task
actually does. It is very simliar to scp on unix. It
supports upload/download of single and multiple files,
filesets are support for uploads. It only supports
password authentication right now, and it allows the
user respond to trust by including a trust="yes/no".
Future features are key authentication, support for
known hosts, preserving time stamps of files, and
enabling cipher suites.
Here are some examples of the tag:
<scp from="/home/dude/file1.txt"
to="someuser:[EMAIL PROTECTED]:/home/dude2" port="22"
/>
<scp to="someuser:[EMAIL PROTECTED]:/home/dude2/>
<fileset basedir="/home/dude/src">
<include value="**/*.java"/>
</fileset>
</scp>
<scp trust="yes" from="/home/dude/*"
to="someuser:[EMAIL PROTECTED]:/home/dude2" />
<scp trust="yes"
from="someuser:[EMAIL PROTECTED]:/home/dude2/file1.txt"
to="/home/dude"/>
<scp trust="yes"
from="someuser:[EMAIL PROTECTED]:/home/dude2/*"
to="/home/dude"/>
I will start on the check list tonight.
thanks
charlie
> ATTACHMENT part 6 message/rfc822
> To: [EMAIL PROTECTED]
> Subject: Re: Contributing SCP to optional task
> From: Stefan Bodewig <[EMAIL PROTECTED]>
> Date: 20 Feb 2003 09:09:25 +0100
>
> On Wed, 19 Feb 2003, Joe Consumer
> <[EMAIL PROTECTED]> wrote:
>
> > How would I go about contributing this task to
> Ant?
>
> In general, please read the guidelines for
> submitting code on the
> Jakarta site, they apply to Ant as well.
>
> In this particular case, simply get involved in the
> discussion 8-)
>
> Stefan
>
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/