[Bug 8171] New: Strict Pasv response check should be modified.

Wine Bugs wine-bugs at winehq.org
Wed Apr 25 13:02:55 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8171

           Summary: Strict Pasv response check should be modified.
           Product: Wine
           Version: 0.9.35.
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P4
         Component: test
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: le_costantino at pixartargentina.com.ar


in dll/wininet/ftp.c , when entering PASV mode, as the comments on the sources
said, it does an strict response check. Some ftp servers, send answers with
differentes cases, so , for example when testing mu online and connecting to ftp
servers always give an error.
Code expects "Entering Passive Mode" while some servers just answer "Entering
passive mode".
strncmp sould be replace by strncasecmp on that section. 
I submit a simple patch if someone have problems like me on some ftp servers on
pasv mode.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list