[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
Tue Feb 10 19:01:02 EST 2009


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

User sdasari at rccny.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=471149#c5


Surekha Dasari <sdasari at rccny.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #5 from Surekha Dasari <sdasari at rccny.com>  2009-02-10 17:01:02 MST ---
I don’t think the fix (made in svn revision 126102 and 126101) will work in my
case where PWD on ftp server returns:  
257 "/" is current directory

Before the fix I believe UriFormatException described in the bug was being
thrown in GetRemoteFolderPath(), where instance of Uri was being created using
initial_path(/" is current directory/) in line#549 of FtpWebRequest.cs(revision
126102).

After the fix I believe initial_path will be "/", but UriFormatException will
still be thrown on windows at same place with reason, Absolute URI is too
short.

Thanks

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