[Mono-bugs] [Bug 333978] New: FtpWebRequest cannot connect to a server which sends 220 twice

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 15 12:12:28 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=333978

           Summary: FtpWebRequest cannot connect to a server which sends 220
                    twice
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: wasabi at larvalstage.net
         QAContact: mono-bugs at ximian.com
          Found By: ---


I have this server a vendor provides for us. This is what I get upon connecting
using a terminal:

ISI\jhaltom at station-1:~$ telnet XXX.1.XXX.XXX 21
Trying XXX.1.XXX.XXX...
Connected to XXX.1.XXX.XXX.
Escape character is '^]'.
220-ftp.xxxxxxx.com X2 WS_FTP Server 6.0(38750000)
   Welcome to XXXXXXX.
   Contact info at xxxxxxx.com for FTP issues.
220 ftp.xxxxxxx.com X2 WS_FTP Server 6.0(38750000)


Notice that 220 is sent twice, and some lines don't even have that. Mono's
FtpWebRequest breaks on this. It cannot even connect to do any operations.
MS.Net works fine.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list