Opened 13 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)

upload_no_ask.patch (3.6 KB ) - added by Otavio Rodolfo Piske 13 years ago.
Patch to automatically upload the edited files

Download all attachments as: .zip

Change History (11)

comment:1 by Matteo Bertini, 13 years ago

Cc: matteo@… added

by Otavio Rodolfo Piske, 13 years ago

Attachment: upload_no_ask.patch added

Patch to automatically upload the edited files

comment:2 by Otavio Rodolfo Piske, 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 Otavio Rodolfo Piske, 13 years ago

Type: Feature requestPatch

comment:5 by Otavio Rodolfo Piske, 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: closedreopened
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 Otavio Rodolfo Piske, 13 years ago

Component: FileZilla ServerFileZilla Client

comment:7 by Alexander Schuch, 11 years ago

This patch is related to RFE #2914.

comment:8 by Guido D, 10 years ago

Cc: guidod@… 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:9 by Daedalon, 9 years ago

This would be useful.

comment:10 by Daedalon, 9 years ago

A bit of searching revealed that this is a duplicate of #1952, #1979, #2765, #2914, #2992, #4694, #4932, #5005, #5157, #5295, #5303, #5582, #7796, #7989, #8194, #8611, #8784, #9674, a total of 19 tickets. The most active one is #2914.

comment:11 by Tim Kosse, 9 years ago

Resolution: Nonerejected
Status: newclosed

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.

Note: See TracTickets for help on using tickets.