Re: Workaround for large file upload timeout on IIS 6 WEBDAV
Joe Orton <[email protected]> Thu, 23 Sep 2010 02:21:46 +0100
| Newsgroups | gmane.comp.web.sitecopy |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 23, 2010 at 10:43:46AM +0100, Frank Hagenson wrote: > The connection timeouts out and the status cannot be read, even though > the file is uploaded successfully. ... > I also had a problem when trying to create a folder that already exists. ... > So I also added a workaround to ignore the 405 response. > > Does anyone want these changes in the codebase? Thanks, but no. It is a specific design choice that an update should fail if the server state does not match that expected. The next step then should always be a --fetch. Trying to overload an --update with a --fetch will become messy. Regards, Joe