Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Download  | Order  | History 
 

WebDAV Client for .NET

Features  | Detailed Description 
 

The WebDAV Client is a component from the Clever Internet .NET Suite library. 
This component 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.

Features:

  • 100% managed code
  • Upload and Download resources
  • Copy, Move, Rename and Delete resources and directories
  • Lock and 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

Display and modify all Resource and Lock Properties

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 component methods.

Proxy server support

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.

List Files and Directories in just few lines of code

webDav1.ListDir ("http://localhost/WebDAV/");
foreach(WebDavProperty prop in webDav1.ResourceProperties) {
   listBox1.Items.Add(prop.Uri);
}

Samples, including WinForm and ASP.NET clients in C# and VB.NET

Please see the Demos code (WebDAV) and also the indexed Help documentation provided with the Clever Internet .NET Suite installation to learn more about using this component in your application.

Complete C# source code

When Purchasing the Clever Internet .NET Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007