Opened 15 years ago

Last modified 15 years ago

#4004 new Feature request

Upload files as <filename>.tmp, rename after successful upload

Reported by: ketil Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: kf@…, post@…, yoseph.phillips@…
Component version: Operating system type:
Operating system version:

Description

I would like Filezilla to have an option to upload files to a temporary name on the server, and rename the files when done. For example:

  1. Upload file 1234.dat to server, calling the file 1234.dat.tmp on the server
  2. When the file transfer is complete, and if the transfer was binary, check that the size of the file 1234.dat.tmp on the server is correct
  3. If the the size is correct, rename the file on the server from 1234.dat.tmp to 1234.dat

Then you know the file on the server is done. This way, it would be much easier to know:

  1. if any files are not completely successfully uploaded (error detection),
  2. which files are not complete, or are currently uploading (error correction), and
  3. which files are complete, so they can be processed further as required

There's a bunch of cases where functionality like this would be really useful, so this would at least be a great option. I think perhaps it could be a good default behaviour as well.

Change History (4)

comment:1 by ketil, 15 years ago

Cc: kf@… added

comment:2 by okkie, 15 years ago

Cc: post@… added

When uploading a big file, the existing file gets invalid and downloads fail.
I like this feature in order to avoid invalid files on the server.

This feature has my vote (after the master password)!

comment:3 by yoseph, 15 years ago

Cc: yoseph.phillips@… added

comment:4 by okkie, 15 years ago

when uploading a large file, downloads of that same file are corrupt, because only a part is available on the server.

does this feature prevents these corrupt downloads?

Note: See TracTickets for help on using tickets.