Opened 18 years ago
Last modified 17 years ago
#3061 closed Bug report
refresh problem after transfer
Reported by: | tommywu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | tommywu, Alexander Schuch, mrsmiley18, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
download: no any refresh for local list control
upload: if upload a lots of files, the remote list is
inaccurate, not included every upload files.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
This issue is possibly related to 1591970 which according to codesquid is because the
transfers are being handled via two different server connections. Even if you upload one
single file and overwrite the destination file, the server view doesn't refresh showing
you the updated file stats until you press F5 to refresh it manually. A manual refresh
is also required when downloading files.
To my way of thinking, as soon as an item is processed in the transfer queue, if the
local/remote view was currently displaying the same directory a file was transferred
into, then that view should automatically be refreshed. Wouldn't that be more reliable
and easier to implement than a cross platform file system notifier? It only solves the
problem for files being transfered rather than files being copied outside of the FZ
application though.
comment:3 by , 17 years ago
Thanks for reporting. This issue has been fixed in the CVS
repository and will be available with the next version.
The local list not updating is known, as a cross-platform
directory notification handler still has to be implemented.