Your best bet to get this implemented would be to write up a feature request in bugzilla & attach a patch that implements the feature.
____________________________________________________________________________________________ | |
Jeffrey E. (Jeff) Care | |
IBM WebSphere Application Server Development |
WAS Pyxis Lead
Release Engineer
|
|
"Michael Giroux" <[EMAIL PROTECTED]> wrote on 03/31/2006 01:07:05 PM:
> The apache commons-net FTPClient provides a login(userid, password, account)
> method which I must use for my host (The host requires account
> information). The <FTP> task does not provide an attribute for account
> preventing me from using ANT to transfer files to the target system.
>
> It would be nice if the task supported the 'account' login attribute.
>
> Michael Giroux