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=29195>. 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=29195 [vfs] do not issue "dir ." on the ftp-server [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Net |Sandbox Summary|cant parse ftp server - unix|[vfs] do not issue "dir ." |l8 |on the ftp-server Version|1.2 Final |unspecified ------- Additional Comments From [EMAIL PROTECTED] 2004-05-25 13:56 ------- found the problem! vfs issues the following sequence to the ftp-server cd / dir . while (maybe any) other ftp-server print only a listing of the current directory, the uu.net server do this recursive!!!! so there are many "total .." and empty lines which will be returned as "null" from the ftp entry parser. I have to fix this in vfs. My first thought was, that there is a problem with the numeric user-ids. Sorry for bothering you. Reassigned this bug to vfs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
