Destinations
Interface with the autoZnetwork syndication destinations.
Syndication Destinations
A Syndication Destination specifies where a syndication file is sent to. This allows you to build a single syndication and send it to multiple destinations.
Supported Destination Connections
FTP Destination
| Property | Type | Description |
|---|---|---|
ftp_host | String | The server host for the ftp destination. |
ftp_port | Integer | The server port for the ftp destination. Defaults to port 21. |
ftp_username | String | The username for the ftp destination. |
ftp_password | String | The password for the ftp destination. |
ftp_passive | Boolean | Enable/disable a passive ftp connection for the desination. |