Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Tutorials

Connect to a WebDAV Server on Windows

On this page

In this tutorial, you'll learn how to connect to a WebDAV server on Windows. WebDAV lets you access files from a remote server as if they were local files on your PC.

We'll use Puter's WebDAV server as an example, but these steps work with any WebDAV server.

1. Open the Map Network Drive Dialog

Open File Explorer and navigate to This PC. Click the three dots in the toolbar, then select Map network drive.

File Explorer showing This PC with Map network drive menu

2. Enter the WebDAV Server Address

In the dialog that appears, enter the URL of your WebDAV server in the Folder field, then click Finish.

Map Network Drive dialog asking for folder path

For Puter, use: https://dav.puter.com/<username> (replace <username> with your Puter username).

3. Enter Your Credentials

When prompted, enter your username and password, then click OK.

Windows credentials dialog for WebDAV

You can check Remember my credentials to avoid entering them again.

Conclusion

That's it! Your WebDAV server now appears in File Explorer under This PC. Any changes you make sync automatically with the remote server.

Want your own cloud storage accessible via WebDAV? Create a free Puter account and connect using the steps above.

Ship a Full-Stack App with One Prompt

Give this to your AI Build a cloud file manager using Puter.js

Coding manually? see the guide