Opened 11 years ago
Last modified 11 years ago
#8738 new Feature request
Immediately listing new file in client window
Reported by: | mtoggweiler | Owned by: | |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 8 |
Description
When I edit a file on my computer, which is listed in the client window and "save as" under a new file name, the new file does not show up in the listing. Currently I have to move up the directory tree and back down to the original directory for the new file to show up in the listing. It sure would be nice if creation of the new file would trigger an immediate update in the directory listing.
Thanks for what you do.
Using Windows 8 / Intel Core i5 running:
FileZilla Client
Version: 3.7.0.2
Build information:
Compiled for: i586-pc-mingw32msvc
Compiled on: x86_64-unknown-linux-gnu
Build date: 2013-05-26
Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
Compiler flags: -g -O2 -Wall -g -fexceptions
Linked against:
wxWidgets: 2.8.12
GnuTLS: 3.1.11
SQLite: 3.7.16.2
Operating system:
Name: Windows NT 6.2 (build 9200)
Version: 6.2
Platform: 64 bit system
You can simply hit F5 or use "View -> Refresh" from the menubar.
For Linux, inotify or its kind could be used to achieve this, no idea about Windows. However, automatically updating directories might significantly slow down FileZilla, if the directory is very large or if directory listing is very slow because the local directory actually is a mapped remote directory (network drive for example).
And finally, the server side does not update automatically either, so if the user expects a change, he should refresh the view manually.