This will configure a WEBDAV server that will serve "myfolder". It'll show you the URL to access that path. You just use that location to configure access [according to your specific OS](#platforms).
Once you have it configured, you can browse, edit, copy and delete your files as if they were local file in your computer.
Caveat: They are not local, MEGAcmd transparently download/upload decrypt/encrypt those files.
Hence, throughput will be decreased as compared to accessing to local files. Be patient.
## Streaming
You can "webdav" a file, so as to offer streaming access to it:
```
webdav /path/to/myfile.mp4
```
You will receive an URL that you can use in your favourite video player.
We have detected some issues with different software, when trying to save a file into a webdav served locations. Typically with software that creates temporary files.
In Linux, using gvfsd-dav (Gnome's default webdav client), we have occasionally seen problems trying to open text files that have already been modified using some graphic editors.
This is due to that gvfsd-dav tries to retrieve a URL different to the actual URL of the files. Reading the files through the console works just fine. This has been detected in Ubuntu 16.04.
In Windows XP, copying a file from a MEGA webdav location, and pasting in a local folder does nothing.
If you find any more issues, don't hesitate to write to support@mega.nz, explaining what the problem is and how to reproduce it.
## Listing
You can list the webdav served locations typing `webdav`: