Network > Setting Up a Computer as a File Server > WebDAV Server Settings > IIS for Windows 2000/2000 Server/XP/Server 2003/Server 2008/Vista/7/Server 2008 R2
*
IIS for Windows 2000/2000 Server/XP/Server 2003/Server 2008/Vista/7/Server 2008 R2

Return to Overview


The procedure below uses items of Windows 2000 as an example. Depending on your environment, the items you see on the screen may differ.


Remark
  • If IIS is not installed in the computer you are using, you will need to install the version of IIS for the operating system you are using before entering these settings. (See "System Requirements.") For installation procedures, see the manuals provided with your operating system.
  • Server authentication is required for sending to a WebDAV server. Enable authentication before using a WebDAV server. The authentication methods available for the server are Anonymous, Basic, or Digest authentication, and authentication errors will occur if you try to use another authentication method. If the Anonymous authentication method is enabled, access rights are assigned to all users, and IIS always performs anonymous authentication, even if either of the other two authentication methods are enabled. (The priority level is Anonymous authentication > Digest authentication > Basic authentication.) If a high level of security is required, disable anonymous authentication. Use the user names and passwords registered in the address book of the WebDAV server for the Basic and Digest authentication methods. For instructions on how to set the authentication method for IIS, see the IIS documentation.
  • If you use WebDAV transmission with IIS 7.0/IIS 7.5, use either Basic authentication or Digest authentication.
  • When connecting to a WebDAV server via a proxy with Digest authentication set using IIS 6.0, it is necessary to set <Use Divided Chunk Send for WebDAV TX> to 'On' from the control panel of the machine. (See "Dividing Data Into Chunks When Sending With WebDAV.")
  • If you use WebDAV with IIS 7.0, you must download the Microsoft WebDAV Extension from the IIS web site and install it separately. For details, refer to the IIS documentation.

  1. Right-click [My Computer] → in the [C:/Inetpub] folder, create a physical directory to use as the sending destination.
  • The physical directory cannot be created in the [C:/Inetpub/wwwroot] folder, because the default DACL of wwwroot differs from that of other directories.
  1. Create a virtual directory.
  • Start IIS → from the IIS snap-in, select the Web site to add a directory to.
  • On the [Action] menu, point to [New] → select [Virtual Directory].
  • Follow the instructions on the Virtual Directory Creation Wizard to complete the creation of the directory.

Specify the directory path created in step 1 as a physical path to the virtual directory.

For IIS 7.0/IIS 7.5, start IIS and right-click [Default Web Site] in the Connections panes on the left side of the IIS Manager, then select [Add Virtual Directory] and enter an alias and physical path.

  1. Select [Write] in the virtual directory properties to give access for writing files to the WebDAV clients.

If you are using IIS 6.0, click [Allow] for [WebDAV] in [Web Service Extensions] in IIS Manager.

If you are using IIS 7.0/IIS 7.5, select the virtual directory you have created from the Connections panes on the left side of the IIS Manager, then double-click [WebDAV Authoring Rules] in [Home]. Click [Add Authoring Rule] in [Actions], and enter the appropriate access settings in the [Add Authoring Rule] dialog box. Select the virtual directory again from the Connections pane on the left side of the IIS Manager. Click [Edit Permissions] in [Actions], and set the access permissions for the physical directory in the [Security] tab of the properties dialog box.

  1. See the IIS documentation to specify the settings for SSL encrypted communication.
  1. Set a recipient address from the control panel.

Sample recipient settings:

  • Server side settings:
    Create a physical directory named "C:/Inetpub/export/share/home/users/", and then create a virtual directory that links to the physical directory as the folder to which files are sent.
  • The machine's address settings:
<Protocol>: WebDAV
[Host Name]: https://starfish.cse.canon.co.jp/
[Folder Path]: /export/share/home/users/
[User Name]: User name for the Basic and Digest authentication methods of the WebDAV server
[Password]: Password for the Basic and Digest authentication method of the WebDAV server

  • Up to 128 alphanumeric characters can be entered for [Host Name] on the control panel. Also, up to 255 alphanumeric characters can be entered for [Folder Path].
  • If you switch the language of the touch panel display, [Host Name] and [Folder Path] may not be displayed correctly.
  • If the language of the touch panel display differs from the computer used as a master browser, [Host Name] and [Folder Path] may not be displayed correctly, or you may not be able to browse the directories.
  • To send to an IPv6 host, set [Host Name] using the following format:
    <IPv6 address>:<Port number>
    Example: [5aed:90a0:bc05:01d2:568a:2fc0:0001:12ee]:21000

  • Back To Top