transfer
The transfer
command is used to manage exporting of files to an external storage location.
Synopsis
transfer create [source=ssd] [dest=text] [file=txt][remove=yes,no] |
Actions
Action | Description |
---|---|
create | Creates a file transfer from the encoder. A series of one or more |
start | Starts the transfer. |
delete | Removes the transfer. |
stop | Stops the transfer. |
get | Displays information about the transfer. See Parameters below. You can specify the |
Parameters
Parameter | Default | Description/Values |
---|---|---|
| ssd | The source device: ssd only in the current release. |
| n/a | The destination ID or name from the preconfigured destination list, or usb , sd , or nfs |
| n/a | The name of the file to transfer. |
| no | If yes, removes the source file if the transfer is successful. |
Example
# transfer create dest=usb file=NewOne-2015-06-23-18 Transfer to copy small recording to USB (completed right away). Returns information such as: Transfer created successfully - ID: 1. |
# transfer create dest=1 file=Stream#1-2015-06-22-18h02m56s.mp4 Transfer using a preconfigured FTP destination (ID=1) to export a larger file. Returns information such as: Transfer created successfully - ID: 2. |
Related Topics