Example: Using a WebDAV client to access the app data¶
Introduction¶
The sample demonstrates how to access the active and archived configurations of a ctrlX CORE remotely using the WebDAV protocol.
Description¶
The application creates a WebDAV client and connects to a ctrlX CORE (localhost:8443) with the default credentials. It executes some file operations using the following WebDAV library: https://github.com/perry-mitchell/webdav-client.
Debug and Run¶
- Run 'npm install' in the terminal.
- Launch the app with the debugger attached by pressing F5.
Support¶
Developer Community¶
Please join the Developer Community
SDK Forum¶
Please visit the SDK Forum
Issues¶
If you've found an error in these sample, please file an issue
License¶
SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT