ftpMicroservice
R2026bDescription
The ftpMicroservice represents the MAVLink File Transfer Protocol
(FTP) microservice. This object uses MAVLink FTP messages to exchange files with a remote
MAVLink client. Use the object functions to list directory contents, read files, upload files,
and remove files from a remote MAVLink client.
Creation
To create a ftpMicroservice object, use the mavlinkmicroservice
function and specify the microservice type as "ftp":
ftp = mavlinkmicroservice(mavlinkio,"ftp").
Properties
Object Functions
Examples
Version History
Introduced in R2026b
See Also
mavlinkmicroservice | heartbeatMicroservice | parameterMicroservice | commandMicroservice | missionMicroservice