зеркало из https://github.com/mono/mail-archives.git
124 строки
4.4 KiB
HTML
124 строки
4.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 486703] New: FtpWebRequest Send PrintWorkingDirectory Command Failed!
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20486703%5D%20New%3A%20FtpWebRequest%20Send%0A%20PrintWorkingDirectory%20Command%20Failed%21&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="087198.html">
|
|
<LINK REL="Next" HREF="087253.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 486703] New: FtpWebRequest Send PrintWorkingDirectory Command Failed!</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20486703%5D%20New%3A%20FtpWebRequest%20Send%0A%20PrintWorkingDirectory%20Command%20Failed%21&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 486703] New: FtpWebRequest Send PrintWorkingDirectory Command Failed!">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Thu Mar 19 02:20:23 EDT 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="087198.html">[Mono-bugs] [Bug 476289] mod_mono report "(13)Permission denied: Failed to attach to existing dashboard"
|
|
</A></li>
|
|
<LI>Next message: <A HREF="087253.html">[Mono-bugs] [Bug 486703] FtpWebRequest Send PrintWorkingDirectory Command Failed!
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#87199">[ date ]</a>
|
|
<a href="thread.html#87199">[ thread ]</a>
|
|
<a href="subject.html#87199">[ subject ]</a>
|
|
<a href="author.html#87199">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=486703">https://bugzilla.novell.com/show_bug.cgi?id=486703</A>
|
|
|
|
|
|
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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">shaojiaxing at gmail.com</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
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("<A HREF="ftp://xxx.xx.xxx.xx/"">ftp://xxx.xx.xxx.xx/"</A>) 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: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="087198.html">[Mono-bugs] [Bug 476289] mod_mono report "(13)Permission denied: Failed to attach to existing dashboard"
|
|
</A></li>
|
|
<LI>Next message: <A HREF="087253.html">[Mono-bugs] [Bug 486703] FtpWebRequest Send PrintWorkingDirectory Command Failed!
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#87199">[ date ]</a>
|
|
<a href="thread.html#87199">[ thread ]</a>
|
|
<a href="subject.html#87199">[ subject ]</a>
|
|
<a href="author.html#87199">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|