Opened 16 years ago
Last modified 16 years ago
#3612 closed Bug report
Edit doesn't upload changed files.
Reported by: | gl-tter | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | gl-tter, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Filezilla client 3.0.11.1
OS: XP SP3
View/Edit correctly downloads the file and launches it in the editor set (in this case Notepad.exe) - but when changes are made, saved and the editor exited, nothing else happens.
With my previous version (2.x), the upload would usually kick in when the editor closed.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
When you save the file in your editor, the file modification time changes. FileZilla should notice this and will ask you what to do.
Please also try the most recent nightly build from http://filezilla-project.org/nightly.php
comment:3 by , 16 years ago
I've figured out the problem. I had enabled Transfer->'preserve timestamps on transferred files'. The file is sometimes modified on the server, and its clock time seems to be 1hr ahead of mine, so the file had a modification date that was slightly in the future. If I disable the setting it works.
So I guess Filezilla only triggers uploads when [current stamp] > [original stamp], maybe it should be != ?
comment:4 by , 16 years ago
Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.
When using View/Edit on the same file again (after it didn't upload) I'm warned that the file is already being edited, but regardless of what I choose (overwrite or cancel) no upload happens. I get the same warnings about edited/not uploaded files on app exit.