Mercurial > hg > orthanc-book
changeset 529:de573a2a81a4
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 16 Oct 2020 12:07:39 +0200 |
parents | 50bdd7c7e9b9 |
children | 63d59fab98e2 |
files | Sphinx/source/users/webdav.rst |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/webdav.rst Fri Oct 16 11:39:07 2020 +0200 +++ b/Sphinx/source/users/webdav.rst Fri Oct 16 12:07:39 2020 +0200 @@ -47,6 +47,14 @@ :align: center :width: 512 +As soon as the DICOM files have been dragged-and-dropped, they are +progressively ingested by Orthanc. Once a DICOM file has been +ingested, it is automatically removed from the ``/uploads/`` folder. + +Note that it is not possible to rename any file, as this is a virtual +filesystem that is permanently and transparently reconstructed out of +the content of the Orthanc database. + Server configuration -------------------- @@ -218,7 +226,7 @@ 4) Choose custom network location -5) Type the WebDAV address like: ``http://10.10.10.107:8042/webdav/`` +5) Type the WebDAV address like: ``https://10.10.10.107:8042/webdav/`` 6) If all goes well, you should be prompted for the basic auth credentials.