Sender
Documentation for Sender element
Description
Enables the sending of content over a specific protocol.
The following Senders are preconfigured in SDL Tridion:
- For local file copy:
Local, implemented bycom.tridion.transport.LocalCopySender - For FTP:
FTP, implemented bycom.tridion.transport.FTPSender - For FTP using SSH tunnels:
SFTP, implemented bycom.tridion.transport.SFTPSender - For SSH using the SFTP subsystem:
SSHFTP, implemented bycom.tridion.transport.SSHFTPSender
See alsoSelecting a protocol.
You can create an optional Poller child element inside this element to specify how often, and how many times, to check if transported content has arrived at its destination. (If omitted, this interval is set to 4 seconds.) If the Poller finds a file reporting a transport error or no file at all, the transport is considered a failure and reported as such to the Content Manager.
A Poller child element can have two <Param> child elements: one with a Name attribute set to the value MaxAttempts, and a Value attribute set to the maximum number of attempts to make (-1 means infinite); and another with a Name attribute set to the valueInterval, and a Value attribute set to the interval length (in seconds).
Child elements
Note: Child elements must occur in the order shown.
| Child element | Must occur at least | May occur at most |
|---|---|---|
| Any element |
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Type | Specifies a protocol. The value must match the root element name of a Content Manager Protocol Schema. required | string |
| Class | Specifies the Java class that implements the functionality for this Sender. required | string |