File Handling - Allow reading while uploading
AnsweredHi Team,
Do you guys have any option in the software to control the Filehadling, In IIS they have allow reading while uploading but in Cerberus I can't find this option, for more insight about this IIS option you can find the documentation here:
Attribute
allowReadUploadsInProgress
Description
Optional Boolean attribute. Value 'true' if the FTP service should allow read access to files that are currently being uploaded; otherwise, 'false'.
The default value is false.
-
Official comment
Hello,
Yes, we do have a similar, undocumented setting to control that behavior for FTP/S and HTTP/S file uploads.
You can manually enable that option by editing the settings.xml file while the Cerberus UI and service are stopped.
The file is located at:
C:\ProgramData\Cerberus LLC\Cerberus FTP Server\settings.xml
You will look for a tag called <noExclusiveWriteLock/>.
Set that tag to true like this:
<noExclusiveWriteLock>true</noExclusiveWriteLock>
Setting that flag to to true will allow reading from files while they are open for write access in both the FTP/S protocols and HTTP/S. The setting has no bearing on SSH SFTP connections because the SFTP protocol allows clients to control that setting themselves when opening a file.
Please sign in to leave a comment.
Comments
1 comment