[Mono-bugs] [Bug 471149] System.UriFormatException thrown when downloading a file from ftp server using FtpWebRequest
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 19 15:09:50 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=471149
User forever_sagacious at hotmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=471149#c8
Jack Poon <forever_sagacious at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |forever_sagacious at hotmail.c
| |om
--- Comment #8 from Jack Poon <forever_sagacious at hotmail.com> 2009-02-19 13:09:49 MST ---
When I checked the communications between the server and client on the Windows
FTP server, I also get the exact same problem with the line following
> 257 "/" is current directory.
> CWD /" is current directory/
But I could get it to work by adding '%2F' to the address, which is the ASCII
forward slash. So the address "ftp://hostname/path/filename" becomes
"ftp://hostname/%2Fpath/filename"; the interactions between server and client
work fine.
However, when I want to upload to the Linux FTP server, this trick doesn't
work, and it sends back the "Absolute URI is too short" error, any idea how to
get around this?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list