RE: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Johan Moraal
Thanks. I checked the timestamp of the files om the server. They are indeed updated On Jan 21, 2013 6:13 PM, "Bennett, Tony" wrote: > Johan, > > It is working examine radar.bin ... it should have been successfully > updated. > > A successful PUT on a resource that does not exist previously, w

RE: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Bennett, Tony
Johan, It is working examine radar.bin ... it should have been successfully updated. A successful PUT on a resource that does not exist previously, will generate a 201 Created response. A successful PUT on a resource that already exists will generate a 204 No Content. RFC 2616 (HTTP 1.1)

Re: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Igor Cicimov
On 21/01/2013 7:26 PM, "Johan Moraal" wrote: > > Hi All > > How do I setup the Web Dav module to allow overwriting of files on the server? > Check the wedav directory permissions. Are the files created read only? > Example: > The first time I send a file to the server I get this: > > Client requ