FTP tree
This command provides a tree representation of all available files and directories on the drone's FTP server. It allows users to see the entire file structure in a hierarchical format, making it easy to browse and understand the file layout without navigating through individual folders.
Asv.Mavlink.Shell.exe ftp-tree -cs tcp://127.0.0.1:5760
Features:
Display the full directory structure of the drone's file system in a tree format.
Automatically refreshes and loads the / and @SYS directories.
Displays directories and files with visual guides for better clarity.
You may also use some parameters in the command.
Usage: ftp-tree [options...] [-h|--help] [--version]
Tree representation of all available files and directories on the drone's FTP server
Options:
-cs|--connection <string> The address of the connection to the mavlink device, e.g. tcp://127.0.0.1:5760 (Required)
-t|--timeout-ms <int> The connection timeout in ms (Default: 1000)
--command-attempt-count <int> The command attempts count (Default: 5)
-tid|--target-network-id <byte> The target id of the network (Default: 0)
--burst-timeout-ms <int> The burst timeout in ms (Default: 1000)

Last modified: 08 August 2025