How can I write a WebDAV server with Delphi? [closed]

落爺英雄遲暮 提交于 2019-12-04 12:48:53

Start your search on Google for Delphi WebDAV or Delphi WebDAV Component That will give you some starting points: there indeed are components that can help you out.

--jeroen

As far as I know, WebDav extends HTTP functionality. You should try extending some HTTP server code. I believe synapse would be good point to start, as the code is very clear (also I personally don't like Indy ;) )

You might look at Jackrabbit, it has a WebDAV interface available (Java solution).

May be Go implementation can be taken as a start point.

Related links:

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!