Opened 19 years ago
Last modified 17 years ago
#3023 closed Bug report
Renaming file to existing name doesn't update file list
Reported by: | nirajb | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | nirajb, Alexander Schuch, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
If you rename a file on the server to another file that
already exists in the same directory, then on the server
the renamed file overwrites the file that originally had
that name (which is fine) but then filezilla shows two
files with the same name. For example a directory
might contain:
main.php
index.php
if you renamed main.php to index.php, index.php will be
overwritten by main.php but filezilla shows:
index.php
index.php
while it should show:
index.php
This is not a server side issue. Refreshing fixes the
problem.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.
The bug originally reported here is fixed in latest FileZilla 3.
However, while testing, I noticed the problem that file data is not updated properly. Steps to reproduce (in remote view):
The same happens with time of last modification, so I guess none of the displayed data is updated.