|
The WebDAV Client is an ActiveX control from the Clever Internet ActiveX Suite library.
This control implements a set of extensions to the HTTP protocol which allows users to edit and manage files on remote web servers as specified in RFC 2518.
- Upload and Download resources
- Copy, Move, Rename and Delete resources
- Create and Delete folders
- Lock, Unlock and Refresh Locks of resources
- Add, Remove and Modify resource properties
- Support SSL and HTTPS, Basic and Digest Authentication
- Free one year upgrades and support
WebDAV Client implements all commands from RFC 2518 standard including PROPGET, PROPPATCH, LOCK and UNLOCK commands. You can add, modify and remove any standard and custom resource properties using intuitive methods.
The WebDAV Client fully supports proxy authentication. You can specify the proxy server, proxy user and password and the component will automatically perform the negotiation process and use the most secure authentication method.
WebDav1.ListDir "http://localhost/WebDAV/"
For Each prop In WebDav1.ResourceProperties
ListBox1.AddItem prop.Uri
Next |
Please see the Demos code (WebDAV) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.
|