Hi, We have a problem naming the folders where the files are stored. I want that. files should be stored in separate folders by year, month and day.
Currently, files are stored in mixed folders (eg ae, 3a, df, etc.).
Thanks in advance!
Hi, We have a problem naming the folders where the files are stored. I want that. files should be stored in separate folders by year, month and day.
Currently, files are stored in mixed folders (eg ae, 3a, df, etc.).
Thanks in advance!
Hello,
The storage folder of Orthanc uses an opaque structure that should never be accessed directly.
You are actually interested in the WebDAV feature of Orthanc, that allows you to access the content of Orthanc as a network drive with a human-readable structure:
https://book.orthanc-server.com/users/webdav.html
Regards,
Sébastien-
It worked, thanks a lot!