DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17841>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17841 FTP task tries to create directories and fails if they already exist Summary: FTP task tries to create directories and fails if they already exist Product: Ant Version: 1.5.1 Platform: PC OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am using an FTP task to send files in a single directory to a remote machine. I get this error: could not create directory: 550 server: File exists. I have set depends="no". The directory structure already exists and doesn't need to be created again. This worked fine in 1.4.1. Let me know if you need more information.