Opened 11 years ago

Closed 2 years ago

#8294 closed Patch (outdated)

Allow downloading of files with are open for writing by another process => move it at user level

Reported by: loki Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version:

Description

In fileZilla, their is a global option : "Allow downloading of files with are open for writing by another process" This is good, but unfortunatly not so good as it's a global option. in fact we need this option for some special users (who need to access some log file currently open for writing) but for all other users we need this option to be set as false (like it is by default).

we already implement it using the source code on svn, we can send the modifications we have done if you needed ...

Attachments (1)

FileZilla Server_AllowSharedWritePatch.zip (37.1 KB ) - added by IgorArkadia 11 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Alexander Schuch, 11 years ago

Please create a patch, attach it to this issue and change the type from "Feature request" to "Patch". Thank you.

comment:2 by IgorArkadia, 11 years ago

Type: Feature requestPatch

So this patch is not completely like was described above. We planned to add the possibility to download some special files or file types (.log-files etc) even if this checkbox "Allow downloading of files with are open for writing..." is not set.

There's one more multi-line text field in the tab "Miscellaneous". You can type there the list of file names or patterns like "*.log" and they will be downloading even if this checkbox isn't checked.

comment:3 by loki, 11 years ago

I thing the behavior must be not exactly like on this path.

the best way is simply to add the memo with by default the value '*' or mean that if the check box "Allow downloading of files with are open for writing..." is checked then all the file are allowed to be downloaded when they are writing. (this is the actual behavior).

BUT if we add a filter in the memo (ex: *.log instead of or '*') and we check the checkbox "Allow downloading of files with are open for writing..." then ONLY the *.log file will be allowed to be downloaded when they are writing

it's just a line to change in the patch. the memo must be just here to 'filter' (or reduce) the files that will be impacted by the checkbox

in this way the xml file configuration if fully compatible with previous version of filezilla !

comment:4 by Tim Kosse, 11 years ago

Status: newmoreinfo

Please attach the patch in form of a unified context diff against the latest revision from the Subversion repository.

The repository URL is https://svn.filezilla-project.org/svn/FileZilla%20Server/trunk/FileZilla%20Server

comment:5 by Fabio Alemagna, 2 years ago

Resolution: outdated
Status: moreinfoclosed
Note: See TracTickets for help on using tickets.