The ClientTransferList component allows you to list the active FTP configurations in your application.
The following shows a list of the active FTP configurations in the application that support `brightcove` manifest type and all filetypes.
- Transfer Id: {$$transfer.id}, name: {$$transfer.name}, triggerevent: {$$transfer.triggerevent} protocol {$$transfer.protocol}, manifesttype {$$transfer.manifesttype} filetype {$$transfer.filetype}
No results were found for this crirteria.
Name | Required | Default | Description |
---|---|---|---|
fileType | Optional | The filetype that the FTP supports. Values can be: 0 (all file types), 1 (image), 2 (video) and 3 (audio). | |
manifestType | Optional | The manifesttype of the transfer; possible values are `brightcove`, `custom`, `ooyala`, `none` |
Name | Description |
---|---|
transfer.id | The id of the FTP configuration. |
transfer.name | The name of the FTP configuration. |
transfer.triggerevent | Determines whether the FTP occurs manually or automatically; respectively, triggerevent values are `manual` and `conversion` |
transfer.protocol | The protocol of the transfer; values can be: `ftp`, `ftp` and `youtube` |
transfer.manifesttype | The manifesttype of the transfer; possible values are `brightcove`, `custom`, `ooyala`, `none` |
transfer.filetype | The filetype that the FTP supports. Values can be: 0 (all file types), 1 (image), 2 (video) and 3 (audio) |
The following shows a list of the active FTP configurations in the application that support all manifest types and video filetypes.
- Transfer Id: {$$transfer.id}, name: {$$transfer.name}, triggerevent: {$$transfer.triggerevent} protocol {$$transfer.protocol}, manifesttype {$$transfer.manifesttype} filetype {$$transfer.filetype}
No results were found for this crirteria.