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 Mar 25, 2022
1 parent 6fab8a2 commit e768ae2
Showing 1 changed file with 495 additions and 257 deletions.
Loading

0 comments on commit e768ae2

Please sign in to comment.