WebDav V2
Discover more about the WebDav V2 component and how to use it on the Digibee Integration Platform.
WebDav V2 connects to WebDAV endpoints and issues Upload, Download, List and Ddelete commands. It supports Double Braces in the File Name, Remote File Name, and Remote Directory parameters.
Parameters
Take a look at the configuration parameters of the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Account
Account to be used by the component. Supported accounts: Basic.
N/A
String
Host
Name of the host for connection.
https://ftp13.webdav.com.br/
String
File Name (DB)
File name or full file path (for example, tmp/processed/file.txt).
data.csv
String
Remote File Name (DB)
Remote file name or full file path (for example, tmp/processed/file.txt).
data11.csv
String
Remote Directory (DB)
Remote directory.
/remote.php/webdav
String
FTP Operation
Command used to Download, Upload, List, or Delete.
Download
String
Fail On Error
If the option is enabled, the execution of the pipeline with error will be interrupted; otherwise, the pipeline execution proceeds, but the result will show a false value for the "success" property.
False
Boolean
Messages flow
Input
The component waits for a message in the following format:
Local File Name overrides the default local file and Remote File Name substitutes the default remote file.
Output
Local File Name is the local file generated from a download. Remote File Name is the remote file generated from a successful upload.
The files manipulation inside a pipeline occurs in a protected way. All the files can be accessed with a temporary directory only, where each pipeline key gives access to its own files set.
WebDav V2 in Action
Delete
Configuration
Output
Download
Configuration
Input
Output
Upload
Configuration
Input
Output
Last updated