New beta plugin: WebDAV (WebFolders)

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *Hurdet »

With "multi-step uploads" (reccomended) disabled I not have problem.
I have same setting with previuos plugin, and each server, but not have this problem.
User avatar
Peter
Power Member
Power Member
Posts: 2064
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Re: New beta plugin: WebDAV (WebFolders)

Post by *Peter »

Different download sources?

maybe it's only me who is confused but
- the first posting in this thread links to Version 2.6(??)
- on totalcmd.net there is 2.5
- on Ghisler-plugin is 3.0
- some postings before there is 3.10beta (from Oct 2020)

Wouldn't it be better to refresh base for current versions? (edit for post with link to cuurent version, edit totalcmd.net, ..)?
TC 10.xx / #266191
Win 10 x64
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *nsp »

Peter wrote: 2020-11-18, 09:52 UTC - some postings before there is 3.10beta (from Oct 2020)
You even have a silent 3.1beta 2 with same numbering scheme as https://www.totalcommander.ch/beta/webdav_31b1.zip from this post
User avatar
schmock
Member
Member
Posts: 154
Joined: 2009-03-18, 01:50 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *schmock »

i am trying to connect to my ipad with filza webserver running, but i dont get any directory listing, just immediatly disconnects it seems.

Code: Select all

CONNECT \iPad
=================
Get dir: \
PROPFIND / HTTP/1.1
Depth: 1
Content-type: text/xml; charset="utf-8"
User-Agent: ezdavplugin/3.0 TotalCommander/9.2 (Windows/8; en_EN)
Host: 192.168.1.5
Content-Length: 0
Connection: Keep-Alive
Cache-Control: no-cache
******Received headers
HTTP/1.1 207 Multi Status
DAV: 1, 2
Content-Type: text/xml; charset="utf-8"
Content-Length: 13381
Connection: close
Server: FilzaWebDAVServer 3.7.7
Date: Thu, 26 Nov 2020 04:45:07 GMT
207 Multi Status
Disconnected
when i enter the ip (192.168.1.5) into a browser it shows me directly the directory listing.. any ideas?
gdpr deleted 6
Power Member
Power Member
Posts: 872
Joined: 2013-09-04, 14:07 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *gdpr deleted 6 »

Without knowing the actual body content of the multi status returned by the FilzaWebDAVServer, it almost looks like the plug-in ceases to transact with the WebDAV server just because the server prefers individual connections per transaction and closes the connection after sending back the response for the first request (PROPFIND).
User avatar
schmock
Member
Member
Posts: 154
Joined: 2009-03-18, 01:50 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *schmock »

with the browser i can also only send one file at a time..
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *ghisler(Author) »

That shouldn't be a problem - my guess is that the server sends a file listing not understood by my plugin, e.g. with backslashes instead of slashes or other strange differences.

Could you post a raw listing? To do this, press Alt+Enter on the connection name and check the option "detailed log". Then do the following:
1. connect to the server,
2. switch to the other panel (without the connection)
3. Enter the following command in the command line, then press ENTER:
cd %temp%
4. Sort by date/time
5. There should be a file named DAVsomething.tmp, with "something" some random characters
Open this file with F3, press Ctrl+A, Ctrl+C, then switch to the web browser with the forum and paste the listing with Ctrl+V.

Alternatively, you can mail me the file to support at ghisler dot com. In any case, I recommend that you modify any names which could make your server known, but please do not delete anything! Just change it like this:
www.servername.com/path -> www.xxxxxxxxxx.com/path
Author of Total Commander
https://www.ghisler.com
User avatar
DrShark
Power Member
Power Member
Posts: 1872
Joined: 2006-11-03, 22:26 UTC
Location: Kyiv, 68/262
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *DrShark »

I support implementing the suggested time shift setting mentioned in a topic
https://ghisler.ch/board/viewtopic.php?f=6&t=74102
also for this plugin as an option for each connection.
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
AlexKniga
Junior Member
Junior Member
Posts: 11
Joined: 2010-03-24, 10:57 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *AlexKniga »

Me too:
With the default settings, webdav 3.10beta upload only 1 byte.
With disabled "multi-step uploads", I not have problem.
I have same setting with previuos plugin, and each server, but not have this problem.
Any log/report required?
WebDAV server - your Wifi transfer on Android.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *ghisler(Author) »

Please enable FTP logging, it also logs plugins. Then enable detailed log for the connection.

Multi-step upload first sends a 1 byte file to check whether we are still logged in, otherwise we may upload a huge file and get "access denied" at the very end.

Edit: I can reproduce the error here, I will check it.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *ghisler(Author) »

The multi-step upload plugin has been fixed!

Version 3.1 final of the WebDAV plugin us available now:
http://ghisler.fileburst.com/fsplugins/webdav.zip
Sources:
http://ghisler.fileburst.com/fsplugins/webdav_src.zip
Author of Total Commander
https://www.ghisler.com
VimWei
Junior Member
Junior Member
Posts: 19
Joined: 2021-05-23, 11:23 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *VimWei »

ghisler(Author) wrote: 2021-04-21, 16:14 UTC Version 3.1 final of the WebDAV plugin us available now:
http://ghisler.fileburst.com/fsplugins/webdav.zip
Sources:
http://ghisler.fileburst.com/fsplugins/webdav_src.zip
I Can’t download them. Is it just me?
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *petermad »

2VimWei
I Can’t download them. Is it just me?
I have no problems downloading the two files.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
VimWei
Junior Member
Junior Member
Posts: 19
Joined: 2021-05-23, 11:23 UTC

Re: New beta plugin: WebDAV (WebFolders)

Post by *VimWei »

petermad wrote: 2021-06-01, 01:56 UTC 2VimWei
I Can’t download them. Is it just me?
I have no problems downloading the two files.
I can't download them by Chrome directly, but can download by Free Download Manager.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New beta plugin: WebDAV (WebFolders)

Post by *ghisler(Author) »

Chrome may be configured to not accept http downloads. Does it work with https?
Author of Total Commander
https://www.ghisler.com
Post Reply