Opened 13 years ago
Closed 12 years ago
#7771 closed Feature request (wontfix)
Downloading a locked file into a local folder overwriting an existing one, it destroy the local file
Reported by: | corrado valeri | Owned by: | Nitin Kumar Gautam |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | locked remote file | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | xp sp3 |
Description
There is a local file that must be overwritten with an updated version located on server remote folder. After connected to the server, I double click on the file I want to download. I confirm to overwrite the local file destination.
Filezilla try to download the remote file, but it's locked, so the transfer fails but the local file becomes a zero byte file length.
I guess that this issue should be fixed simply checking the remote file availability before to open the local file stream.
Attachments (2)
Change History (4)
by , 13 years ago
Attachment: | filezila_bug_overwrite_local_file_request.png added |
---|
by , 13 years ago
Attachment: | filezila_bug_overwrite_local_file_request_2.png added |
---|
the results after transfer failure: destinazion file was is zero byte length
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
I would like to try fixing this bug now..
comment:2 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
Type: | Bug report → Feature request |
I cannot see a way to properly handle this issue.
FileZilla could try to download a file, and if it works, start the real download. But what if in the time between the attempt to download the file and the actual download the file locking happens? FileZilla would react the very same as it does now.
Furthermore, FileZilla does not destroy the file on its own. You, the user, confirmed that the file can be overwritten. In case your Internet connection dies, you will end up with a broken file as well - no difference to what happens now.
If you still believe FileZilla should somehow handle this situation, please feel free to open this issue again and explain how this can be done. Thanks.
the overwrite file request