Windows 7 WebDAV client - only readonly access

السؤال Windows 7 WebDAV client - only readonly access

  • 04/رمضان/1433 12:45 م
     
     

    Hello.

    I want to know, is problem with Windows 7 WebDAV client not still solving?

    http://social.technet.microsoft.com/Forums/en/w7itproappcompat/thread/e86b77fe-8d23-40ac-8bd3-d0f8029a2055

    http://social.technet.microsoft.com/Forums/en-US/w7itpronetworking/thread/972ddf20-81b2-4309-9636-d0a3be7a194d

جميع الردود

  • 05/رمضان/1433 09:00 ص
    المشرف
     
     

    Hi,

    Webdav works on windows 7 but with following limitations as far as i know:

    No support for HTTPS, i.e. no support for secure connections.

    Your WebDAV server must be using port 80, the default port.

    Typically fails when transferring larger files.

    Gets confused if the user does not have access to read and/or write to a file or directory.

    You can try to use a third party tool: Netdrive (free for personal use): http://www.netdrive.net/

    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise, regarding this product's performance or reliability.

  • 05/رمضان/1433 09:30 ص
     
     

    Thanks, for your reply.

    We use WebDAV on http (no secure) on port 80.

    We can't use any other client, WebDAV calling from our database system.

    We have problem with authorization. There is two different situation: 1 - we can't authorized on server; 2 - document opening in read-only mode.

  • 05/رمضان/1433 09:48 ص
    المشرف
     
     

    Hi,

    I am apologize for the inconveniences. Due to the WebDAV's limitation, you can’t get full read/write capabilities without using the third part software.<o:p></o:p>


  • 05/رمضان/1433 10:36 ص
     
     

    May third-party client replace native windows WebDAV client? We need that work next script: start winword.exe /n "http://ip/webdav_docs/document.docx"

    And why I can't get rw access on Win7? On XP clients all work fine.

    • تم التحرير بواسطة Alukardd 05/رمضان/1433 10:46 ص
    •  
  • 06/رمضان/1433 02:24 ص
    المشرف
     
     

    Hi,

    Windows 7 and Windows XP require different authentication in Webdav Server.  We can change the registry to let Windows 7 using Basic Authentication. To enable Basic authentication on the client computer,

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters

    Locate value BasicAuthLevel, in the Value data box, make sure the value is 2.

  • 06/رمضان/1433 07:11 ص
     
     

    Hi,

    I previously find this idea and some other, but nothing of it can't solve problem.Value in my registry is "2".

  • 06/رمضان/1433 07:25 ص
    المشرف
     
     

    Hi,

    The only way seems to use the third part client to try. I am aplogize for this inconveniences