dest
Important
The dest
command is only available on Makito X with Storage dual-height model.
The dest
command is used to manage recording export destinations (i.e., add destinations, edit settings for destinations, and delete destinations).
Tip
First create the destination, then use the transfer command.Synopsis
dest create host=addr name=destname [type=ftp,ftps] [path=rpath] |
Actions
Action | Description |
---|---|
create | Creates an export destination to be available to transfer video and metadata. A series of one or more parameter=value pairs can be specified. See Parameters below. |
delete | Removes the destination. |
get | Displays information about the destination. See Parameters below. You can specify a destination or all destinations. Tip To display a summary of all the destinations in a table format, you can usedest all get table .
|
set | Changes the information on the destination if it is not used by any transfer. |
test | Tests the FTP connection of this destination. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
| n/a | Specify a name for the destination, 1 to 32 characters. |
| ftp | Select the protocol type, either:
|
| n/a | The server's DNS host name or IP address for the destination. |
| n/a | The directory on the host. |
| n/a | A valid username to access the ftp server. |
| n/a | The password to access that ftp server with the provided username. |
| 21 | The port number for the destination server. |
| yes | The FTP data connection mode for the transfer, either yes for passive mode, or no for active mode:
|
| no | This parameter can allow the Makito X to connect to an FTPS server that is using an untrusted SSL certificate. Note Type yes to accept untrusted certificates if type is ftps. |
| no | Type yes to create an HVC-compatible mRSS (Media RSS) metadata file. Note This file contains information about recording used by platforms to process files. When files show up here, HVC starts processing. |
Example
# dest all get Displays information about the export destinations, such as: Destination ID : 1 3 dests displayed. |
Related Topics