I use WebDAV server which is configured to allow uploading files but does not allow reading them or overwriting them.
But it seems that TC sends first only the first byte of the file and than in second request sends the whole file. But because the server does not allow overwriting files the second request fails and on server stays only the file with the one byte.
That is incorrect behavior. I think the upload should be performed only in one single request.
Sending file to WebDAV where overwritin is not allowed fails
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can turn off multi-step uploads in the WebDAV plugin separately for each connection (Alt+Enter on connection name).
The multi-step upload is done because when the permanent connection is lost, the file has to be uploaded twice - once to get error "need login data", and again to store it. With some servers, this is even a 3 step process (e.g. when using GSSAPI login).
The multi-step upload is done because when the permanent connection is lost, the file has to be uploaded twice - once to get error "need login data", and again to store it. With some servers, this is even a 3 step process (e.g. when using GSSAPI login).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
This will happen when you turn off multi-step uploads. Very annoying when trying to upload e.g. a 2 GB video...Ok, I understand but the TC could send the whole file in first step as well, not only the one byte, right?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com