1541ultimate
1541ultimate copied to clipboard
Wrong file size in directory listing when viewing listing when upload completes
This (really minor) bug occurs on Ultimate-II Plus 3.10a (11C) - steps to reproduce:
- Open Ultimate menu and view a directory listing
- Upload a file via FTP to that exact same directory
- The directory listing will automatically update and it will then list the newly uploaded file: the file works and it can be interacted with (for example if it is a .d64 file it can be explored) BUT the file size is listed as 0K.
If you reload the directory listing (for example going to the parent directory and entering the same directory again) the file size is reported correctly.
Known issue indeed. Thank you for reporting it as an issue here. The reason is that there is no 'update event' when a file closes. An update event is sent to all listener clients when a file is created or deleted, but not when a file is closed. I remember working on this some time ago, but it is a bit less easy than it sounded.
yep. I noticed that too.