https://bugzilla.novell.com/show_bug.cgi?id=471149
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=471149#c8 Jack Poon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #8 from Jack Poon <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
