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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs