Merge pull request #1467 from owncloud/phil-davis-Access_webdav-master

Access_webdav doc repeated text about HTTP
This commit is contained in:
Carla Schroder
2015-08-13 10:29:00 -07:00

View File

@@ -255,7 +255,7 @@ For example: ``net use Z: https://example.org/owncloud/remote.php/webdav
.. note:: Though not recommended, you can also mount the ownCloud server
using HTTP, leaving the connection unencrypted. If you plan to use HTTP
connections on devices while in public place, we strongly recommend using a
connections on devices while in a public place, we strongly recommend using a
VPN tunnel to provide the necessary security.
An alternative command syntax is::
@@ -263,8 +263,6 @@ An alternative command syntax is::
net use Z: \\example.org@ssl\owncloud\remote.php\webdav /user:youruser
yourpassword
You can also mount your ownCloud via HTTP, leaving the connection unencrypted.
Mapping Drives With Windows Explorer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~