https://bugzilla.novell.com/show_bug.cgi?id=471149
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=471149#c4 Surekha Dasari <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Surekha Dasari <[email protected]> 2009-02-10 16:57:42 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
