Skip to content

Commit

Permalink
mavftp: make usable and useful
Browse files Browse the repository at this point in the history
- removed unused MAVProxy imports (no longer dependent on MAVProxy)
- added `FTPUser` class for interacting conveniently via mavftp
   - added `list` method, which returns the requested files list
   - added `get` method, which gets and saves a requested file
   - added 'params' method, which gets, parses, and saves a parameter file
- added CLI to access all available commands
- used some f-strings, and `subparsers.add_parser(required)`, so requires Python >= 3.7
  • Loading branch information
ES-Alexander authored and Williangalvani committed Sep 9, 2022
1 parent 97768fa commit 241b9a6
Showing 1 changed file with 495 additions and 257 deletions.
Loading

0 comments on commit 241b9a6

Please sign in to comment.