Quoting Miguel Carvalho <[EMAIL PROTECTED]>:
> Hi, when testing slide client with iis5:
>
> [MAIK] /webdav/ $ put run.bat.BAK
> Uploading '/webdav/run.bat.BAK' to 'run.bat.BAK': failed.
> Continue (100)
>
> what's the meaning of this? as you can see next, the put was
> successfull,
Expectations aren't handled right now (which is a problem). I think originally
I had some code to deal with that, but it was incorrect, so I think I removed
it a while ago. I'll add a temporary fix.
The 100 returned is an intermediate sucess status sent by the server. Unless
something bad happens with the connection or some kind of critical failure like
this, the final answer should be a success status (that's why it works).
> and i've checked the file and it is correct.
>
> [MAIK] /webdav/ $ ls
> Classic.bmp run.bat.BAK foo
> liprefs.js index.html run.bat
Remy