Giter Site home page Giter Site logo

Webdav mount problem about dokancloudfs HOT 4 OPEN

viciousviper avatar viciousviper commented on July 21, 2024
Webdav mount problem

from dokancloudfs.

Comments (4)

viciousviper avatar viciousviper commented on July 21, 2024

Hi @acosonic,

I'm afraid you'll have to be a bit more specific as to what backend service you're trying to access via WebDAV. I just re-ran the online tests in CloudFS and everything appeared to work as expected - w.r.t. MagentaCloud as my default WebDAV service provider.
You can assert basic connectivity to your WebDAV service by running the //CloudFS.GenericAsyncGatewayTests// (specifically TryAuthenticateAsync_..., NewFileItemAsync_..., NewDirectoryItemAsync...) with just the WebDAV gateway configured in the App.config file of CloudFS.GatewayTests.
Furthermore, could you please double check your mount options - a mistaken use of DokanOptions.WriteProtection could possibly explain this behaviour.

from dokancloudfs.

viciousviper avatar viciousviper commented on July 21, 2024

Also, I've had past issues related to encoding of non-ASCII characters in login credentials. Maybe you can temporarily change your credentials to simple characters and digits and re-check.

from dokancloudfs.

acosonic avatar acosonic commented on July 21, 2024

Well, here is my config file with test credentials for my test webserver (no ssl), my production server is on SSL, you can try using attached file also, password is bobo1234.

It's Redmine's DMSF plugin, running on dev4rack (old version), I've instructed developer to switch to new Ruby gem version maintained by Planio GMBH

However that webdav works well with Total Commander's webdav plugin, and with winscp, also windows mount works without errors on SSL version.
IgorSoft.DokanCloudFS.Mounter.exe.zip

from dokancloudfs.

viciousviper avatar viciousviper commented on July 21, 2024

After trying to connect to the site referenced in your config I'm more inclined to the theory that there's something amiss in your WebDAV server settings.

Here is what I tried:

  • reran the CloudFS tests configured against MagentaCloud -> SUCCESS
  • ran the same tests against your server
    • TryAuthenticateAsync (after providing the credentials you specified) -> SUCCESS
    • GetDriveAsync -> FAILURE (404 not found)
    • all other tests -> FAILURE (404 not found)

I then downloaded a simple standalone WebDAV client (CarotDAV) and used its connection test feature.

  • MagentaCloud using my credentials: SUCCESS with supported features including PROPFIND, DAV class 1, DAV class 2, HTTP/1.1, Resolve DNS, Valid URI and others
  • your site using your credentials: FAILURE with Rei.Fs.RemoteResourceNotFoundException: Remote Resource Not Found ---> Rei.Fs.SimpleWebException: ... (404) Not found.

I'd say its your turn again.

from dokancloudfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.