
Thing is, i was able to login with R.Mustermann@gmx.de
Moderators, please split this thread.
EDIT: well, not so important, i just read the title, it IS offtopic anyway

Moderators: Hacker, petermad, Stefan2, white
It should work if you create a "tcwebdav.ini" in the folder where your wincmd.ini is with the folowing content:SanskritFritz wrote:But if the WebDAV plugin is not working for me, it has no use for me,
Code: Select all
[sanskritfritz]
server=mediacenter.gmx.net
user=sanskritf****gmx.de
ssl=1
You mean the SanskritFritz account? I already have created itSheepdog wrote:I created this account for you.
The problem with this is, that it is not independent from the proxy settings. Our proxy requires Microsoft's NTLM authentication, very few programs support this (InternetExplorer of course, then NetTransport and HTTPort are examples for this). TC definitely does not support it, luckily FTP supports SOCKS4, so with FTP I can use a local SOCKS4 proxy (HTTPort) to bridge to the NTLM proxy. If WebDav supported any proxy, i could use it, but it does not seem to support any proxy. Interestingly enough it does not work with SocksCAP either, which is a little suprise for me, i could even get programs like StrongDC or DC++ to work with it.Sheepdog wrote:The WebDAV is connected via HTTP so you should be able to connect regardless you use a proxy or not.
I meant the .de account instead of the .net account and sent an email to the net account.SanskritFritz wrote:You mean the SanskritFritz account? I already have created itSheepdog wrote:I created this account for you.
I don't know enough about how webdav works but assumed that it should work from the log I got while I connected to gmxIf WebDav supported any proxy, i could use it, but it does not seem to support any proxy.
Code: Select all
CONNECT \sanskritfritz
Get dir: \
PROPFIND / HTTP/1.1
207 Multi-Status
Code: Select all
127.0.0.1 mediacenter.gmx.net
My WebDAV plugin SHOULD support it, because it uses Microsoft's HTTP libraries, e.g. HttpOpenRequest - you can verify that in my sources. It will use the same proxy settings as Internet Explorer. However, there seems to be a bug in these libraries: The proxy settings aren't used if they are set to "auto-detect proxy" in Internet Explorer. So you may try to set a fixed proxy server to get WebDAV to work.Our proxy requires Microsoft's NTLM authentication, very few programs support this (InternetExplorer of course, then NetTransport and HTTPort are examples for this). TC definitely does not support it
Yes, you can try that, but it will probably not help you much, because the HttpSendRequest function doesn't actually tell you how it accesses the server, e.g. via a proxy or not. But it's worth a try. Just set totalcmd.exe as the host application for debugging.What can this mean? I have Visual Studio 6, i can istall it if you want. I am not an expert with http communication, but maybe i can help to track down the problem.