FTP virtual server
This command creates ftp server and opens connection to it.
Asv.Mavlink.Shell.exe run-ftp-server

The program generates a default configuration file by default, but you can provide a custom configuration. Simply pass the path to your configuration file as a command-line parameter.
Note: config is a json file.
Asv.Mavlink.Shell.exe run-ftp-server -cfg "path/to/your/cfg.json"
All the possible parameters for the command:
Usage: run-ftp-server [options...] [-h|--help] [--version]
Command creates virtual ftp server.
Options:
-cfg|--cfg-path <string?> location of the config file (Default: null)
Last modified: 08 August 2025