The ReadOnly property determines if the server should only
allow read-only access to files by default, changing the default
permissions granted to authenticated users. If this property is set to
True, anonymous users will not be able to upload, rename or
delete files and cannot create subdirectories. This is recommended if
the server is publicly accessible over the Internet and guest logins
are permitted.
Attempting to change the value of this property after the server
has started will cause an exception to be raised. To change this
property value, you must first call the Stop
method which will terminate all active client connections.
The default value for this property is False.