Any API to access WebDAV

  • Thread starter Thread starter Raj Dhrolia
  • Start date Start date
R

Raj Dhrolia

Hi All,

Is there any programmatic way to communicate with WebDav. I only need to
upload / download files from IIS 6.0.

Thanks,

Raj.
 
Hi All,
Is there any programmatic way to communicate with WebDav. I only
need to upload / download files from IIS 6.0.

If you just need to
upload and download files, the others are correct - all you need is regular HTTP
PUT and GET. If you need the other methods defined by WebDav, you might be
interested in the WebDAV component that comes in IPWorks (www.nsoftware.com).
I've got a fully functional demo here that I can send you if you
like.

Regards,
Lance R.
/n software
http://www.nsoftware.com/

-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top