New beta plugin: WebDAV (WebFolders)
Moderators: Hacker, petermad, Stefan2, white
Re: New beta plugin: WebDAV (WebFolders)
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.
I have same setting with previuos plugin, and each server, but not have this problem.
Re: New beta plugin: WebDAV (WebFolders)
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, ..)?
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
Win 10 x64
Re: New beta plugin: WebDAV (WebFolders)
You even have a silent 3.1beta 2 with same numbering scheme as https://www.totalcommander.ch/beta/webdav_31b1.zip from this post
Re: New beta plugin: WebDAV (WebFolders)
i am trying to connect to my ipad with filza webserver running, but i dont get any directory listing, just immediatly disconnects it seems.
when i enter the ip (192.168.1.5) into a browser it shows me directly the directory listing.. any ideas?
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
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: New beta plugin: WebDAV (WebFolders)
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).
Re: New beta plugin: WebDAV (WebFolders)
with the browser i can also only send one file at a time..
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New beta plugin: WebDAV (WebFolders)
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
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
https://www.ghisler.com
Re: New beta plugin: WebDAV (WebFolders)
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.
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
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Re: New beta plugin: WebDAV (WebFolders)
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.
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.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New beta plugin: WebDAV (WebFolders)
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.
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
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New beta plugin: WebDAV (WebFolders)
The multi-step upload plugin has been fixed!
Version 3.1 final of the WebDAV plugin us available now:
https://plugins.ghisler.com/fsplugins/webdav.zip
Sources:
https://plugins.ghisler.com/fsplugins/webdav_src.zip
Version 3.1 final of the WebDAV plugin us available now:
https://plugins.ghisler.com/fsplugins/webdav.zip
Sources:
https://plugins.ghisler.com/fsplugins/webdav_src.zip
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New beta plugin: WebDAV (WebFolders)
I Can’t download them. Is it just me?ghisler(Author) wrote: 2021-04-21, 16:14 UTC Version 3.1 final of the WebDAV plugin us available now:
https://plugins.ghisler.com/fsplugins/webdav.zip
Sources:
https://plugins.ghisler.com/fsplugins/webdav_src.zip
Re: New beta plugin: WebDAV (WebFolders)
2VimWei
I have no problems downloading the two files.I Can’t download them. Is it just me?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: New beta plugin: WebDAV (WebFolders)
I can't download them by Chrome directly, but can download by Free Download Manager.petermad wrote: 2021-06-01, 01:56 UTC 2VimWeiI have no problems downloading the two files.I Can’t download them. Is it just me?
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New beta plugin: WebDAV (WebFolders)
Chrome may be configured to not accept http downloads. Does it work with https?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com