On Thu, 20 Feb 2003, Joe Consumer <[EMAIL PROTECTED]> wrote:

> What should the package structure be for these files?
> Should it be a subpackage of org.apache.tools.ant.*?

org.apache.tools.ant.taskdefs.optional.ssh

would be my preference.  ...optional.net works for me as well.

> <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>

I'd like to see

from -> file
to -> either tofile or todir depending on context

this would mirror <copy>.

Stefan

Reply via email to