DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31744>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31744 FTP subtasks should all share one connection Summary: FTP subtasks should all share one connection Product: Ant Version: 1.1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I would like to see the FTP task use the same connection if the user is executing several subsequent FTP tasks that use the same server, userid and password. For example, in my current project, I have one FTP task to delete all existing files beneath a given directory, another FTP task to delete the (now empty) subdirectories beneath that same directory, five separate FTP tasks to create five new subdirectories, and five FTP tasks to populate each of those new subdirectories. Each of those tasks needs to connect and disconnect which adds substantially to the elapsed time for these tasks yet all of these tasks are operating against the exact same server with the same userid and password. If these tasks shared the same connection, it would save a lot of time. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]