[Mono-bugs] [Bug 486703] New: FtpWebRequest Send PrintWorkingDirectory Command Failed!

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 19 02:20:23 EDT 2009


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


           Summary: FtpWebRequest Send PrintWorkingDirectory Command
                    Failed!
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: shaojiaxing at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR
1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; IE7Pro)

My Ftp Server is vsftpd 2.0
When I use FtpWebRequest to Send PrintWorkingDirectory Method, It always
failed, but use Mono 2.0 works ok!

Reproducible: Always

Steps to Reproduce:
FtpWebRequest request = FtpWebRequest.Create("ftp://xxx.xx.xxx.xx/") as
FtpWebRequest;
request.Method = WebRequestMethods.Ftp.PrintWorkingDirectory;
request.GetResponse(); //throw WebException 
Actual Results:  
Throw WebException; StatusDescription="550 Failed to change directory."

Expected Results:  
No Exception

-- 
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