New beta plugin: WebDAV (WebFolders)
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The length shouldn't be a problem, but the escape characters could be. Can you give me a list of the escape characters, so I can test it with my own server?
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:
Currently it's not possible because the connections are handled as folders, not links.
What you can do is create a connection to the root of the server, and then access the connection via a Total Commander button in the button bar, e.g.
cd \\\WebDAV\ConnectionName\Some\Folder\Of\Your\Choice
Then TC will jump to that subfolder, and you can still go up from there.
What you can do is create a connection to the root of the server, and then access the connection via a Total Commander button in the button bar, e.g.
cd \\\WebDAV\ConnectionName\Some\Folder\Of\Your\Choice
Then TC will jump to that subfolder, and you can still go up from there.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
I'm trying to connect to a webdav connection. It works when I set it up in windows explorer, I'm able to use it as a drive letter and copy files from/to it.
When I try to access the drive in Total Commander I get an access denied notification and it prompts me to choose another drive.
What could I do to fix this? I've installed the webdav plugin but nothing changed.
Windows 10 enterprise, Total Commander x64 v8.01.
When I try to access the drive in Total Commander I get an access denied notification and it prompts me to choose another drive.
What could I do to fix this? I've installed the webdav plugin but nothing changed.
Windows 10 enterprise, Total Commander x64 v8.01.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The WebDAV plugin has nothing to do with it, it allows direct WebDAV connections not using a drive letter.
About your problem: Are you running Total Commander with higher user rights (As Administrator)? It will not work. Try running TC as normal user.
About your problem: Are you running Total Commander with higher user rights (As Administrator)? It will not work. Try running TC as normal user.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 2
- Joined: 2016-01-21, 16:33 UTC
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The WebDAV plugin uses the same functions which are used by Internet Explorer to create https connections. You need to import your certificate in Internet Explorer settings, or Control Panel - Internet options - Content - Certificates - Import.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 2
- Joined: 2016-01-21, 16:33 UTC
Maybe I missed something, but on totalcmd.net the current version is 2.5
http://totalcmd.net/plugring/webdav.html
here it is 2.8
http://www.ghisler.com/dplugins.htm#dateisys
Will totalcmd.net be refreshed?
http://totalcmd.net/plugring/webdav.html
here it is 2.8
http://www.ghisler.com/dplugins.htm#dateisys
Will totalcmd.net be refreshed?
TC 10.xx / #266191
Win 10 x64
Win 10 x64
a) I think it would be fine if the feature for QR_Code is available also in an extra plugin. I'm sure that there are users who don't use Webdav but would use QR-Code.
b) Bump up:
b) Bump up:
Peter wrote:Maybe I missed something, but on totalcmd.net the current version is 2.5
http://totalcmd.net/plugring/webdav.html
here it is 2.8
http://www.ghisler.com/dplugins.htm#dateisys
Will totalcmd.net be refreshed?
TC 10.xx / #266191
Win 10 x64
Win 10 x64
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Yes, just have a look at the WebDAV plugin sources, it's very simple scrambling function. Of course it will only work if you do not use a master password.
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:
Try using wget command line tool. WebDAV download doesn't differ from normal HTTP download, so it should work fine.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
WebDAV-Upload to OwnCloud very slow...
Hello,
there is an Apache shared webserver running OwnCloud-8.2.5 without any issues.
FTPS-Upload to OwnCloud's data webspace is about 1100 Kb (Win7-64pro, no proxy), but files aren't recognized by OwnCloud (its the normal behaviour, database entry needed!).
If uploading by WebDAV-2.8-plugin by https:, upload rate to same webspace is only ~550 Kb.
https://domain.tld/owncloud/remote.php/webdav
So: How to get upload/ download rates similar to FTP?
Any settings in *ini file available?
Thanks + regards, k.
there is an Apache shared webserver running OwnCloud-8.2.5 without any issues.
FTPS-Upload to OwnCloud's data webspace is about 1100 Kb (Win7-64pro, no proxy), but files aren't recognized by OwnCloud (its the normal behaviour, database entry needed!).
If uploading by WebDAV-2.8-plugin by https:, upload rate to same webspace is only ~550 Kb.
https://domain.tld/owncloud/remote.php/webdav
So: How to get upload/ download rates similar to FTP?
Any settings in *ini file available?
Thanks + regards, k.
Last edited by karnin on 2016-06-14, 08:56 UTC, edited 3 times in total.