PX4-Autopilot icon indicating copy to clipboard operation
PX4-Autopilot copied to clipboard

mavlink_ftp: handle relative paths correctly

Open bkueng opened this issue 1 year ago • 0 comments

By ensuring there's a '/' in between when concatenating the path with _root_dir.

It turns out there's a bug in GQC where a component metadata uri like mftp://etc/extras/component_general.json.xz is turned into an ftp request with path /etc/extras/component_general.json.xz, whereas it should be etc/extras/component_general.json.xz.

bkueng avatar Apr 05 '24 08:04 bkueng