Opened 12 years ago
Closed 3 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)
Change History (6)
comment:1 by , 12 years ago
by , 12 years ago
Attachment: | FileZilla Server_AllowSharedWritePatch.zip added |
---|
comment:2 by , 12 years ago
Type: | Feature request → Patch |
---|
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 , 12 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 , 12 years ago
Status: | new → moreinfo |
---|
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 , 3 years ago
Resolution: | → outdated |
---|---|
Status: | moreinfo → closed |
Please create a patch, attach it to this issue and change the type from "Feature request" to "Patch". Thank you.