Discuss this help topic in SecureBlackbox Forum

WebDAV: Configure and use a custom filesystem adapter

WebDAV resource owner is returned by TElWebDAVServer.ACLOptions.OnReadOwner event handler. This event is fired when a client requests for an owner. The owner should be returned as TElWebDAVPrincipal instance. The easiest way is to return a reference to a principal object from TElWebDAVServer.ACLOptions.PrincipalBackend next way: By default TElWebDAVClient creates an instance of TElDiskFileSystemAdapter and sets its BasePath property to the empty value. If you want to create a custom filesystem adapter or just have your own instance of the adapter being used (eg. SolFS adapter), you can assign it to the TElWebDAVClient.FileSystemAdapter property.

How To articles about WebDAV client

Discuss this help topic in SecureBlackbox Forum