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=31541>. 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=31541 Unable to delete files with the ftp task ------- Additional Comments From [EMAIL PROTECTED] 2004-10-06 19:17 ------- I'm already using the latest version of commons-net and jakarta-oro (commons- net-1.2.2.jar, jakarta-oro-2.0.8.jar). And with the following build.xml I am able to reproduce this problem on different clients / ftp servers: <project name="FTP test" default="test"> <target name="test"> <ftp action="del" remotedir="/transfer" server="localhost" userid="***" password="***"> <fileset includes="test.bin"/> </ftp> </target> </project> regards, Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
