GNOME Bugzilla – Bug 365342
"Unknown error code: 30" for GNOME_VFS_ERROR_LOGIN_FAILED case
Last modified: 2006-10-30 09:18:27 UTC
That issue has been mentioned on https://launchpad.net/distros/ubuntu/+source/libgnome/+bug/66461 "... gnome-open on that ftp fails instantly without asking anything. i can give you the address, there's no password even asked: gnome-open ftp://ftp.domenca.com i also tried gnome-open ftp://USERNAME@ftp.domenca.com same thing. both fail with "Error showing url: Unknown error code: 30" I know another FTP server which requires password. this one also fails error code 30: gnome-open ftp://ftp.takedomain.net so it seems that it's important that the server requires a password. I'm not sure if I was right before when I thought that error 30 would be GNOME_VFS_ERROR_LOGIN_FAILED. Maybe I was right. ..." from gdb break on gnome_url_show_with_env(): ... 76 result = gnome_vfs_url_show_with_env (url, envp); (gdb) 78 switch (result) { (gdb) p result $1 = GNOME_VFS_ERROR_LOGIN_FAILED ...
Created attachment 75455 [details] [review] add a GNOME_VFS_ERROR_LOGIN_FAILED case
one consequence (i think) of the low-level bug is that you cannot (at least it doesn't work for me) add FTP servers with passwords to the "places" menu of the gnome-panel: add them, then clicking on the menu item in the gnome panel doesn't work, you'll get this error message: "Could not open location 'ftp://USERNAME@ftp.SERVER.com/FOLDER' There is no default action associated with this location." i think it's the same bug causing that other issue.
Commiting this.