This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 熟悉WebDAV 编程的请进。要求写个WEBDAV 客服端程序。
输入webdav 服务器的URL, user name, password.
要求列出文件,文件夹, 添加, 删除, 修改文件等等。
我不清楚是否有快速简便的办法实现, 还是说要花时间熟悉WEBDAV 协议, 编程环境是.NET。
-bobo123(以马内利);
2008-3-25
{215}
(#4354592@0)
-
Just give you some hints.Normally it uses HttpWebRequest and WebResponse to send request to server and then get response. Since the message is in xml format. You need XmlDocument or XmlTextReader to parse data. In addition, you need know how to query data in WevDav server using its special protocol (in an xml format).
Good luck!
-deep_blue(BLUE);
2008-3-26
{316}
(#4355746@0)
-
WebDAV本身不太麻烦,用起来问题挺多的,尤其是微软的,Office代的跟OS带的冲突,很烂很烂。
-canadiantire(轮胎 - L"one ly);
2008-3-26
(#4355793@0)
-
除了WEBDAV 外, 还有没有其他的远程文件存储方案?
-bobo123(以马内利);
2008-3-26
(#4356138@0)
-
我知道的没什么,除了ftp, 就剩下一些其他的专用的协议了。
-canadiantire(轮胎 - L"one ly);
2008-3-26
(#4356334@0)