FTP Server Delivery
Config | Type | Default | Description |
---|---|---|---|
c.chnl[#].dst.ftps.user |
string | 'channel1' |
The username |
c.chnl[#].dst.ftps.pass |
string | 'password' |
The password |
c.chnl[#].dst.ftps.filename |
string | 'channel1.dat' |
The filename to show to the FTP client. |
c.chnl[#].dst.ftps.autodel |
integer | 0 |
Set to 1 to auto-delete after the file is downloaded. |
c.chnl[#].dst.ftps.compress |
integer | 0 |
Set to 1 to zlib compress the data |
c.chnl[#].dst.ftps.limit |
integer | 0 |
Specify the transfer limit, in kilobytes. 0 = no limit. |
The FTP client can override, or request, a transfer limit with the LIMIT size
FTP command.
e.g. LIMIT 100
will limit the transfer to 100k.