After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 45013 - FTP: Permissions not reported for directory "/"
FTP: Permissions not reported for directory "/"
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Async operations
cvs (head)
Other All
: Normal normal
: later
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2000-12-06 21:02 UTC by Michael Fleming
Modified: 2006-08-11 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Fleming 2001-09-10 00:46:51 UTC
1) Navigate Nautilus to an FTP host with a read-only root directory
Expected:
	Read-only icon appears in the sidebar
	"New Folder" menu item in context menu is disabled
Actual:
	Read-only ucon does not appear
	"New Folder" menu item in context menu is enabled



------- Additional Comments From don@eazel.com 2000-12-15 09:31:59 ----

Batch move all 254 PR3 P5 bugs to 1.0.1.




------- Additional Comments From snickell@stanford.edu 2001-07-23 00:36:07 ----

Taking bugs previously assigned to Pavel, assigning them to myself. Will parse
them out at my leisure , but many are GnomeVFS bugs we should look at for 2.0



------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 20:46 -------
Comment 1 Seth Nickell 2004-10-27 03:49:54 UTC
MASS CHANGE VFS. Re-assigning bugs that I currently own in VFS to the proper
owner (probably Alex).
Comment 2 Christian Neumair 2006-08-11 16:22:31 UTC
Nautilus now doesn't use the UNIX permissions for determining whether it should display the "read-only" emblem on the LHS, but instead uses GNOME_VFS_PERM_ACCESS_WRITABLE, falling back to assuming rwx when no such info is available, which is actually the case for FTP. Marking as FIXED.