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 341785 - folder creation not working on some ftp sites
folder creation not working on some ftp sites
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-15 00:33 UTC by Josselin Mouette
Modified: 2008-06-12 18:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Josselin Mouette 2006-05-15 00:33:29 UTC
[ forwarded from http://bugs.debian.org/320800 ]

When creating a folder, Nautilus creates "untitled folder", which it
renames as soon as the user has input a name. However, not all FTP
servers that allow creating directories also allow removing or moving
these directories.

When using nautilus' FTP vfs to create a folder on such a FTP server, it
leaves a directory named "untitled folder" on the FTP server, and throws
the following error:

  The item could not be renamed.

  There is no "untitled folder" in this folder. Perhaps it was just
  moved or deleted?

This problem would not exist if Nautilus wouldn't actually create the
folder until the user has input its name.


I can confirm the issue is still present in 2.14.
Comment 1 Christian Kirbach 2006-05-19 15:08:23 UTC
I believe creation but missing renaming permissions is a rather rare case.

Not sure if the the effort changing this behaviour is worth it.
Comment 2 Josselin Mouette 2006-05-19 15:23:42 UTC
I don't think it is that rare in the case of FTP sites with an incoming directory. Many administrators give the right to write new files but not to move out existing ones.
Comment 3 Christian Kirbach 2006-05-19 15:39:22 UTC
at least I can think of a very simple workaround for that problem:

drag&drop your content onto the ftp server.

Am not familiar with the corresponding gnome-vfs code, but I assume it is not easily implemented since directory creation works equally througout locations.
Comment 4 Julian Andres Klode 2008-06-12 18:06:19 UTC
This has been fixed in 2.22
Comment 5 Cosimo Cecchi 2008-06-12 18:09:42 UTC
Thanks Julian, closing.