Opened 14 years ago
Closed 9 years ago
#5705 closed Patch (rejected)
automatically upload files when i save a file that is been edited
Reported by: | santiago | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | upload, file, editing | Cc: | matteo@…, guidod@… |
Component version: | Operating system type: | Windows | |
Operating system version: | xp |
Description
when i choose to edit file and save it, i get a message in filezilla that asks me if i want to upload it. i would like to have the option in setting menu to make filezilla upload the file instantly without asking me. thanks
Attachments (1)
Change History (11)
comment:1 by , 14 years ago
Cc: | added |
---|
by , 13 years ago
Attachment: | upload_no_ask.patch added |
---|
comment:2 by , 13 years ago
I've just uploaded a patch that enables that behavior. I've tested it in my laptop, which runs Red Hat Enterprise Linux and it worked as expected.
comment:3 by , 13 years ago
Type: | Feature request → Patch |
---|
comment:5 by , 13 years ago
Keywords: | upload file editing patch added; linux linux linux linux == RETARDED!!!!!!!! removed |
---|---|
Operating system version: | linux linux linux linux == RETARDED!!!!!!!! → N/A |
Resolution: | wontfix |
Status: | closed → reopened |
Summary: | linux linux linux linux == RETARDED!!!!!!!! → Automatically upload files when i save a file that is been edited |
Re-opening the ticket.
comment:6 by , 13 years ago
Component: | FileZilla Server → FileZilla Client |
---|
comment:8 by , 11 years ago
Cc: | added |
---|
+1
Transmit has this and works perfectly. Seems to upload to a temporary path and then (probably after some kind of integrity change) replace the previous version of the file.
comment:10 by , 10 years ago
comment:11 by , 9 years ago
Resolution: | None → rejected |
---|---|
Status: | new → closed |
Unfortunately it is not possible for a program to detect when another program has finished writing to a file such that it is save to upload a file. Blindly starting an upload at the wrong time can and does lead to corruption. Thus it is the user who needs to actively tell FileZilla when it is safe to transfer the files.
Case in point: Letting Dropbox loose on FileZilla's settings directory leads to corrupted settings. Same principle, Dropbox starts uploading files when FileZilla has not finished writing to the files. Since the files are then locked by Dropbox, the files aren't properly finalized.
Patch to automatically upload the edited files