Client transfer


Client Transfer

/action/v2/clienttransfer

This action allows you to transfer a media using an FTP configuration.

NOTE:
The media filetype must be supported by the FTP configuration
i.e. you can not transfer an image using an FTP configuration that only supports videos

Requirements For The Action

To use this action, the permission must be set for the application in the Media Actions of the `applicationsettings` page.

Example 1: `Client Transfer` Form

<fm:Form action="/action/v2/clienttransfer" method="post"> media id: <input type="text" name="mid" value="5445505" /> <BR> transfer id: <input type="text" name="tid" value="142" /> <BR> <input type="submit" value="FTP - ClientTransfer" /> </fm:Form>

Paramaters Supported by the `Client Transfer` action

Name Required Description
mid Required The media id of the file. Must be an integer.
tid Required The transfer id of the FTP configuration that you wish to use.
redirectUrl Optional The name of the page that you want to show once the Client Transfer action is complete .