 | This guide will help you learn how to recieve data from or send it to a WebDAV server in Apatar. |
Configuration
In Apatar, the WebDAV connector is used to read from/write to a WebDAV server. To configure it,
- Drag-and-drop the WebDAV icon onto Apatar's work panel.
- Double-click on the node and fill in the form that appears, specifying your login, password, and the URL of the server (https://webdav.buzzsaw.com/your_site_name
).
- Click Next.
- The WebDAV Browser appears, containing the list of resources and properties. Choose one. In the browser, double-click on a folder's name to open it, or ".." to return to a previous folder.
- Click Next. If you want the data from the selected resource deleted before new data is uploaded, click on the checkbox.
- Click Finish.
- Drag-and-drop the Transform icon.
- Drag-and-drop the icon of the target connector, if the data is to be received from a WebDAV server, or source connector, if it is to be sent to it.
- Double-click on the connector to configure it.
- Provide mapping for the three nodes.
- Now, configure the fields. The data from the fields dragged from the left will be written into the fields dragged from the right. The WebDAV connector has the following fields:
Content - the binary content of a property;
String_Content - the string content of a property (text);
Name - the name of a property or resource;
Path - the relative path to the server;
Read - identifies if you can read these or not;
Write - identifies if you can write into it or not;
Modified - the date of the latest modification;
Size - the size of a property or resource;
isFolder - identifies if this is a resource or property.
There can be more WebDAV fields.
- Click Ok to close the Transformation window.
- To preview the results, right-click on the target node, and choose "Preview Results" in the popup menu.
See also
Transformation from FTP to WebDAV 