vote up 2 vote down star
2

There are some WebDAV clients available for Delphi (for example included in Indy 10). Is there also a simple WebDAV server solution written with Delphi?

If there is none yet, maybe you know an implementation in a different language (C#, Java) which you can recommend as a starting point for a WebDAV server implementation? (It does not have to be a full-featured solution, a rather simple skeleton could be even more helpful.)

flag

if you want to program it by yourself, you might want to start reading the specs first: webdav.org/specs – flokra Aug 22 at 17:03

3 Answers

vote up 1 vote down check

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

link|flag
vote up 0 vote down

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 ;) )

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.