LockFiles Property  
 

Determines if files should be exclusively locked when a client attempts to upload or download a file.

Syntax

object.LockFiles [= { True | False } ]

Remarks

The LocalTime property determines if files should be exclusively locked when a client attempts to upload or download a file. If another client attempts to access the same file, the operation will fail. By default, the server will permit multiple clients to access the same file, although it will still write-lock files that are in the process of being uploaded..

The default value for this property is False.

Data Type

Boolean

See Also

LocalTime Property, HiddenFiles Property, ReadOnly Property