Test and verification
KB – Does WebDAV work properly
Affects product
- WebDAV with Windows.
Question or problem
Verify that the WebDAV service works properly.
Mount a WebDAV directory
Procedure-related prerequisites
- Ensure that the back-end server is configured for WebDAV.
- You need to run the commands with administrative permissions. Open PowerShell via Run as administrator.
- Configuration takes place in Windows client.
Instruction
Test preparation:
- Run the following commands:
- Terminal box
net use * https://webdav.int.virtinc.com/
- Set the following values:
- Enter the user name ...: <YOUR USERNAME>
- Enter the password ...: <YOUR PASSWORD>
Test execution and verification:
- Check the command output.
- The output shows
The command completed successfully
. - Open the Windows Explorer.
- Navigate to the drive letter displayed in the command output.
- Create, rename and delete files and folders.
- The file operations should be successful.
Test finalization:
- Unmount the drive.
- Run the following commands:
- Terminal box
net use /d <YOUR DRIVE LETTER>:
- The output shows
was deleted successfully
.
Example
In case of failure:
- Check the back-end server is configured properly.