Opened 6 years ago
Closed 6 years ago
#11786 closed Bug report (fixed)
"Create new file" context menu item produces files with same timestamp
Reported by: | ieppiola | Owned by: | |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | 3.36.0 | Operating system type: | Linux |
Operating system version: | Fedora 28 |
Description
the first file you create after opening FileZilla has the correct timestamp -- any additional files you may create will have the same timestamp as the first file you created. this issue does not apply when directories are created. i first noticed this issue today when a new file i created showed as being several hours old -- at first i thought maybe the server time zone was wrong, or that the FileZilla time zone offset was wrong, but i eventually determined the timestamp was based upon the first created file.
presumably this is due to FileZilla creating a single file and then reusing it, but it seems like a simple way to improve this would be just to "touch" the file to update it's timestamp before uploading it.
Will be fixed in the next version.