Connecting to a WebDAV server under Windows

Procédure

Introduction

WebDAV, or Web-based Distributed Authoring and Versioning, is a protocol that extends HTTP for managing files on remote servers. It allows server directories to be mounted on your local system for easy use in a variety of applications.

Connecting via File Explorer

In Windows File Explorer, right-click on "This PC" and select "Add Network Location". Then enter the URL of your WebDAV server, assign a drive letter, and enter your credentials if necessary.

Connecting to a WebDAV server under Windows

Connecting via the command line

You can also use the command line to connect a WebDAV network drive:

net use w: https://webdav.monsiteinternet.fr/data

Once connected, you can manage the files as if it were a local drive. To disconnect the drive, use :

net use w: /delete

Rate this article :

This article was useful to you ?

Article utileYes

Article non utileNo

Vous souhaitez nous laisser un commentaire concernant cet article ?

Si cela concerne une erreur dans la documentation ou un manque d'informations, n'hésitez pas à nous en faire part depuis le formulaire.

Pour toute question non liée à cette documentation ou problème technique sur l'un de vos services, contactez le support commercial ou le support technique

MerciMerci ! N'hésitez pas à poser des questions sur nos documentations si vous souhaitez plus d'informations et nous aider à les améliorer.


Vous avez noté 0 étoile(s)

Similar articles

0mn reading

Connecting to a WebDAV server under Linux

0mn reading

Connecting to a WebDAV server on macOS


Ask the LWS team and its community a question