[Mono-bugs] [Bug 81067][Wis] New - WebClient.DownloadFile fails for FTP file containing a space in its name

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 7 09:28:55 EST 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by frederik.carlier at ugent.be.

http://bugzilla.ximian.com/show_bug.cgi?id=81067

--- shadow/81067	2007-03-07 09:28:55.000000000 -0500
+++ shadow/81067.tmp.30796	2007-03-07 09:28:55.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 81067
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: frederik.carlier at ugent.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WebClient.DownloadFile fails for FTP file containing a space in its name
+
+Description of Problem:
+Downloading a remote file containing a space in the file name fails on Mono
+(but works on MS.NET)
+
+Steps to reproduce the problem:
+1. gmcs test.cs
+2. mono test.exe
+
+Actual Results:
+fcarlier at col-clt-04:~$ mono test.exe 
+
+Unhandled Exception: System.Net.WebException: Server returned an error: 550
+/Acrobat/WHA%20Library%20CHS.bin: No such file or directory.
+  at System.Net.FtpWebRequest.OpenDataConnection () [0x00000] 
+  at System.Net.FtpWebRequest.DownloadData () [0x00000] 
+  at System.Net.FtpWebRequest.ProcessMethod () [0x00000] 
+  at System.Net.FtpWebRequest.ProcessRequest () [0x00000] 
+
+
+Expected Results:
+Downloaded the file to /tmp/tempfile
+Downloaded the file to /tmp/tempfile
+
+How often does this happen? 
+Always
+
+Additional Information:
+SVN Head


More information about the mono-bugs mailing list