For the complete documentation index, see llms.txt. This page is also available as Markdown.

Media Files

File Transfer Manager – User Guide

Overview

The File Transfer Manager allows users to transfer media files from the payload’s internal storage (/sdcard) to an external computer or server using:

  • USB Transfer (ORUS-L only)

  • SSH Transfer

This page is mainly used for exporting captured media, logs, or mission data securely over a network.


SSH Transfer

The SSH Transfer tab enables secure file copying from the payload to a remote server using the SSH protocol.

Source Directory

The source path is fixed as:

This directory contains media files stored on the payload.


Field Descriptions

Remote Host

IP address or hostname of the destination server.

Example

or

Notes

  • Ensure the server is reachable from the payload network.

  • Verify both devices are on the same LAN or connected network.


Username

SSH account username used to authenticate with the remote server.

Example

or


Password

SSH account password for authentication.

Notes

  • Password is required unless the server supports key-based authentication.

  • Ensure the account has write permission to the destination path.


Destination Path

Full directory path on the remote server where files will be copied.

Example

or

Notes

  • The directory must already exist.

  • User permissions must allow writing to this location.


Port

SSH communication port.

Default

Notes

  • Change this only if the remote SSH server uses a custom port.

  • Ensure firewall rules allow access to this port.


Starting the Transfer

  1. Enter all required SSH connection information.

  2. Verify network connectivity between the payload and remote server.

  3. Click:

  1. The system will begin copying files from /sdcard to the remote destination.


Advanced Settings

The Advanced Settings section provides additional transfer configuration options for advanced users.

Possible configurations may include:

  • Transfer retry behavior

  • File overwrite policy

  • Compression options

  • Bandwidth limitation

  • Recursive directory copy


Local Network Transfer

  1. Connect payload and computer to the same network.

  2. Enable SSH service on the destination machine.

  3. Use the machine IP as the Remote Host.

  4. Start transfer.


Troubleshooting

Connection Failed

Possible causes:

  • Incorrect IP address

  • SSH service not running

  • Firewall blocking port 22

  • Network disconnected


Authentication Failed

Possible causes:

  • Wrong username or password

  • User account disabled

  • Insufficient permissions


Last updated

Was this helpful?