Results 1 to 5 of 5

Thread: What is WebDAV and its Uses?

  1. #1
    Join Date
    Apr 2009
    Posts
    460

    What is WebDAV and its Uses?

    Hi friends,
    I don't know much about the WebDave. I have just told to take out an information about it. I thought that instead of searching it on the web, it will be better to ask you guys. So please tell me what is WebDAV and also please tell me what are the uses of it.!! Help me as soon as possible.!!

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: What is WebDAV and its Uses?

    WebDAV (Web-based Distributed Authoring and Versioning) is an extension of the HTTP/1.1 protocol. It allows to manage files on a remote server and includes as main function: writing, reading, listing and relocation of remote resources. As seen in the introduction, WebDAV is an extension of HTTP that implements additional methods, such as writing (OTR), copy (COPY), you will find below the list of the main HTTP methods possible by a WebDAV server. As http query responses contain a status consisting of a code and description.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: What is WebDAV and its Uses?

    The protocol offers advantages in several aspects :
    1. Compared to FTP, it is more secure; possible encapsulation in a secure channel HTTPS / SSL encryption, passwords, and Kerberos authentication.
    2. Compared to the Windows file system, the protocol can handle paths with more than 255 characters.
    3. Based on HTTP, it can use port numbers that avoids conventional reconfiguration of firewalls.

    The status code informs the status of the request sent and can be tested to determine the cases as alternative connection failure, redirects, and others.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: What is WebDAV and its Uses?

    You will find below the list of the main HTTP methods possible by a WebDAV server :
    • OPTIONS - Defines the communication options
    • GET - Gets a resource
    • HEAD - Gets only the header information of a resource
    • DELETE - Deletes the remote file
    • PUT - Creates or updates a file
    • COPY - Copies a remote file to another destination server side

  5. #5
    Join Date
    Jul 2006
    Posts
    289

    Re: What is WebDAV and its Uses?

    To do this in VBScript, uses the XMLHTTP ActiveX provided by Microsoft. It initiates a request via this class in "Microsoft.XMLHTTP" then create the query using the Open method. The request is sent to the server via the send method. in the case of a secure server for authentication, it informs the login and password that will be contained in the request sent. The GET request is transmitted to the server then returns a stream containing HTML links <a href="">
    Signatures reduce available bandwidth

Similar Threads

  1. What do you mean by WebDav URL?
    By Zelman in forum Technology & Internet
    Replies: 5
    Last Post: 15-06-2011, 10:33 AM
  2. How to fix WebDAV support
    By Selva-Star in forum Technology & Internet
    Replies: 3
    Last Post: 21-12-2010, 08:13 PM
  3. webdav add attachment
    By tonejaquim in forum Software Development
    Replies: 1
    Last Post: 08-07-2010, 11:46 PM
  4. How to enable WebDAV in IIS
    By XDRoX in forum Tips & Tweaks
    Replies: 1
    Last Post: 28-07-2009, 10:55 PM
  5. WebDav question
    By Jeremy Dennis in forum Vista Help
    Replies: 9
    Last Post: 29-03-2007, 06:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,300,109.39716 seconds with 17 queries