Frends.As3.ReceiveMessage / 1.0.0
Summary
Picks up an inbound AS3 message from an FTP location, verifies and decrypts it, extracts the payload and writes the MDN receipt back where the partner will look for it.
Typical use — polling a partner's AS3 drop location on a schedule
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| RemoteMessagePath | String |
– | /incoming/message.as3 |
Path to the AS3 message file on the FTP server to be retrieved and processed. |
| RemoteMdnPath | String |
/ |
/mdn |
Path to the directory on the FTP server where the generated MDN receipt will be stored. Defaults to the FTP root directory. |