Skip to content

[refactor] Consolidate FTP command registry to single source of truth #14

Description

@ethan-thomason

FTP commands are currently defined in three places: all_commands list in ftp_server.py, ftp_commands dict in ftp_utils.py, and <enabled_commands> in ftp.xml. Adding a new command (as we did with FEAT) requires updating all three. all_commands should be derived from ftp_commands in ftp_utils.py to eliminate the redundancy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions