You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_manual/files/access_webdav.rst
+32-24Lines changed: 32 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
Accessing Nextcloud files using WebDAV
3
3
======================================
4
4
5
-
Nextcloud fully supports the WebDAV protocol, and you can connect and synchronize
6
-
with Nextcloud Files over WebDAV. In this chapter, you will learn how to
7
-
connect Linux, macOS, Windows, and mobile devices to your Nextcloud server.
5
+
Nextcloud fully supports the WebDAV protocol, and you can connect to and synchronize
6
+
with Nextcloud Files over WebDAV. This chapter explains how to connect Linux, macOS,
7
+
Windows, and mobile devices to your Nextcloud server.
8
8
9
9
WebDAV stands for Distributed Authoring and Versioning. It is an HTTP extension
10
10
that makes it easy to create, read, and edit files hosted on remote Web servers. With
11
11
a WebDAV client, you can access your Nextcloud Files (including shares) on Linux,
12
12
macOS and Windows in a similar way as any remote network share, and stay synchronized.
13
13
14
-
Before we get into configuring WebDAV, let's take a quick look at the
15
-
recommended way of connecting client devices to Nextcloud.
14
+
Before you configure WebDAV, review the recommended way to connect client devices to
15
+
Nextcloud.
16
16
17
17
Official Nextcloud desktop and mobile clients
18
18
---------------------------------------------
@@ -65,9 +65,9 @@ If Nextcloud is installed in a subdirectory called "nextcloud"::
65
65
66
66
.. note:: When using a third-party WebDAV client (including your operating system's
67
67
built-in client), you should use an application password for login rather than your
68
-
regular password. In addition improved security, this `increases performance significantly
68
+
regular password. In addition to improved security, this `increases performance significantly
69
69
<https://github.com/nextcloud/server/issues/32729#issuecomment-1556667151>`_. To
70
-
configure an application password, log into the Nextcloud Web interface, click on your avatar
70
+
configure an application password, log in to the Nextcloud Web interface, click your avatar,
71
71
and choose *Personal settings*. Then choose *Security* in the left
72
72
sidebar and scroll to the very bottom. There you can create an app password (which can
73
73
also be revoked in the future without changing your main user password).
@@ -76,7 +76,7 @@ If Nextcloud is installed in a subdirectory called "nextcloud"::
76
76
URL of your Nextcloud server (omit the directory part if the installation is
77
77
in the root of your domain), and **USERNAME** with the username of the connecting user.
78
78
79
-
See the WebDAV URL, to be found in Files Settings -> WebDAV in the Files on your Nextcloud account.
79
+
You can find the WebDAV URLin **Files settings** under **WebDAV** in your Nextcloud account.
80
80
81
81
.. image:: ../images/webdav_link.png
82
82
:alt:Nextcloud Files settings panel showing the personal WebDAV URL
@@ -110,8 +110,8 @@ share::
110
110
.. note:: The same method works for other file managers that use GVFS,
111
111
such as MATE's Caja and Cinnamon's Nemo.
112
112
113
-
Accessing files with KDE and Dolphin file manager
114
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
113
+
Accessing files with KDE and Dolphin
114
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
115
116
116
#. Navigate to System Settings -> Networking -> Online Accounts
117
117
#. Click "Add Account..."
@@ -120,8 +120,10 @@ Accessing files with KDE and Dolphin file manager
120
120
#. Follow the on-screen instructions to log in
121
121
#. After logging in, ensure you enable "Storage" in the "Use This Account For" section
122
122
#. You can now access your files in Dolphin under "Network" in the sidebar
123
-
#. (Optional) To add this as a shortcut in the sidebar, right click "Nextcloud Storage" then "Add to Places"
124
-
#. (Optional) To customise the shortcut, right click the shortcut in the sidebar then "Edit..." and customise the icon and label as you please
123
+
#. (Optional) To add this location as a shortcut in the sidebar, right-click
124
+
"Nextcloud Storage", then click "Add to Places"
125
+
#. (Optional) To customize the shortcut, right-click it in the sidebar, then
126
+
click "Edit..." and customize the icon and label
125
127
126
128
127
129
Creating WebDAV mounts on the Linux command line
@@ -252,7 +254,7 @@ Using this feature requires network connectivity. If you want to store your
252
254
files offline, use the Desktop Client to sync all files on your
253
255
Nextcloud to one or more directories of your local hard drive.
254
256
255
-
.. note:: Windows 10 now defaults to allow Basic Authentication if HTTPS is enabled before mapping your drive.
257
+
.. note:: In Windows 10, Basic Authentication is allowed by default when HTTPS is enabled before mapping your drive.
256
258
257
259
On older versions of Windows, you must permit the use of Basic Authentication in the Windows Registry:
258
260
@@ -319,7 +321,7 @@ To map a drive using Microsoft Windows Explorer:
319
321
:scale:80%
320
322
:alt:Windows Explorer Map Network Drive wizard with a Nextcloud WebDAV URL entered
321
323
322
-
5. Click the ``Finish`` button.
324
+
#. Click the ``Finish`` button.
323
325
324
326
Windows Explorer maps the network drive, making your Nextcloud instance available.
325
327
@@ -413,15 +415,16 @@ service.
413
415
Problem
414
416
^^^^^^^
415
417
416
-
Adding a WebDAV drive on Windows via the above described steps does not display the correct size
417
-
of in Nextcloud available space and instead shows the size of the C: drive with its available space.
418
+
Adding a WebDAV drive on Windows with the steps above does not display the correct
419
+
available Nextcloud space and instead shows the size and free space of the C: drive.
418
420
419
421
Answer
420
422
^^^^^^
421
423
422
-
Unfortunately is this a limitation of WebDAV itself, because it does not provide a way for the client
423
-
to get the available free space from the server. Windows automatically falls back to show the size of
424
-
the C: drive with its available space instead. So unfortunately there is no real solution to this problem.
424
+
Unfortunately, this is a limitation of WebDAV itself, because it does not provide a
425
+
way for the client to retrieve available free space from the server. Windows automatically
426
+
falls back to the size and free space of the C: drive. There is no direct solution
427
+
for this limitation.
425
428
426
429
Problem
427
430
^^^^^^^
@@ -440,7 +443,7 @@ Cannot map Nextcloud as a WebDAV drive in Windows using a self-signed certificat
440
443
Solution
441
444
^^^^^^^^
442
445
443
-
#. Access to your Nextcloud instance via your favorite Web browser.
446
+
#. Access your Nextcloud instance in your preferred Web browser.
444
447
#. Click through until you get to the certificate error in the browser status
445
448
line.
446
449
#. View the certificate, then from the Details tab, select 'Copy to File'.
@@ -542,13 +545,17 @@ To get the properties of files in the root folder:
542
545
543
546
544
547
Accessing files using WinSCP
545
-
-------------------------------
548
+
------------------------------
546
549
547
-
`WinSCP <https://winscp.net/eng/docs/introduction/>`_ is an open source free SFTP, FTP, WebDAV, S3, and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file management functionality.
550
+
`WinSCP <https://winscp.net/eng/docs/introduction/>`_ is a free, open-source SFTP,
551
+
FTP, WebDAV, S3, and SCP client for Windows. Its main function is file transfer
552
+
between a local and a remote computer. WinSCP also offers scripting and basic file
553
+
management functionality.
548
554
549
555
You can `download <https://winscp.net/eng/downloads.php/>`_ the portable version of WinSCP and run it on Linux through `Wine <https://wiki.winehq.org/Main_Page/>`_.
550
556
551
-
To run WinSCP on Linux, download wine through your distribution's package manager, then run it with the command: ``wine WinSCP.exe``.
557
+
To run WinSCP on Linux, install Wine through your distribution's package manager,
558
+
then run: ``wine WinSCP.exe``.
552
559
553
560
To connect to Nextcloud:
554
561
@@ -568,7 +575,8 @@ To connect to Nextcloud:
568
575
* Select the desired options and press the 'OK' button
569
576
* Press the 'Login' button to connect to Nextcloud
570
577
571
-
.. note:: It is recommended to use an app password for the password if you use TOTP as WinSCP does not understand TOTP with Nextcloud at the time of writing (2022-11-07).
578
+
.. note:: If you use TOTP, use an app password. At the time of writing (2022-11-07),
0 commit comments