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