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=13156>. 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=13156 FTP Task has problems when depends="yes" and filename has commas [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2003-02-21 11:41 ------- works for me download: [ftp] Opening FTP connection to dublin [ftp] connected [ftp] logging in to FTP server [ftp] login succeeded [ftp] entering passive mode [ftp] changing the remote directory [ftp] getting files [ftp] checking date for org/blah/a, b, [ftp] checking date for org/test.txt [ftp] 0 files retrieved [ftp] disconnecting There is a note in the code about the exception you reported // For Microsoft's Ftp-Service an Array with length 0 is // returned if configured to return listings in "MS-DOS"-Format Is your ftp server an MS server and, if so, is it configured to return Unix paths. If not, you will not be able to use the depends feature.