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=31490>. 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=31490 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[EMAIL PROTECTED] Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2007-08-29 07:52 ------- Created an attachment (id=20727) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20727&action=view) Rework the parsing logic of LIST command The original logic using firstfile and searchidx does not work, I have reworked the logic to start the parsing of each line from beginning rather than the end as done now. The parsing is done such that if we do not detect that it is NT listing, we fall back to Unix ls -l listing format. But this need not be the case (though it will be so for a vast majority of cases.) The solution for that would be to send a SYST command at the starting of connection or let user specify the back end server type in the case of a reverse proxy setup, and use that to figure out the LIST format. This will be easier once the mod_proxy_ftp.c is re factored(41676). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
