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

DestinationValue
FTPftp
SFTPsftp
Webweb
S3s3

FTP Destination

PropertyTypeDescription
ftp_hostStringThe server host for the ftp destination.
ftp_portIntegerThe server port for the ftp destination. Defaults to port 21.
ftp_usernameStringThe username for the ftp destination.
ftp_passwordStringThe password for the ftp destination.
ftp_passiveBooleanEnable/disable a passive ftp connection for the desination.