From: Ajay Garg
> On Tue, Jul 2, 2013 at 2:27 PM, John Doe wrote:
>> From: Ajay Garg
>> > I have been using a running HTTPD-server, that serves files via
> WebDAV.
>> > Now, I need to add the ability for clients to upload files to the same
>> > WebDAV directory/virtualhost.
>>
>> Hum...
Thanks a lot John, for the reply !!
On Tue, Jul 2, 2013 at 2:27 PM, John Doe wrote:
>
> From: Ajay Garg
>
> > I have been using a running HTTPD-server, that serves files via WebDAV.
> > Now, I need to add the ability for clients to upload files to the same
> > WebDAV directory/virtualhost.
>
>
From: Ajay Garg
> I have been using a running HTTPD-server, that serves files via WebDAV.
> Now, I need to add the ability for clients to upload files to the same
> WebDAV directory/virtualhost.
Hum... webDAV is used mainly for its writable features.
For just serving files, you do not need it.
S
Hi all.
I have been using a running HTTPD-server, that serves files via WebDAV.
These files are then easily downloadable to any machines, which have
the IP-Address of my running HTTPD server :)
Now, I need to add the ability for clients to upload files to the same
WebDAV directory/virtualhost.
No