开发者

Connecting & Uploading WebDav using vb.net

I'm looking to develop an application in vb.net which can connect to a WebDav e开发者_运维知识库nabled web server (using WebDav with login credentials) and upload desired files. Could anyone give me an example on how I can accomplish this task?

Thanks.


A good place to start when working with any new protocol on the internet is to look at the RFC, even if you might not have to read through all of it, it's good to have as a reference. You can find one here: HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)

After that you can find a sample project at codeproject called How to Download a File from a WebDAV Server in VB.NET which might be a good place to start, and hopefully it won't be too difficult to change the downloading to uploading.

Here's a C# library that seems to support uploading so you should be able to see in there how you do the uploading.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜