Red-Eyed/python_ftp_server

Cannot set port_range

lukas-kirschner opened this issue · 1 comments

Hi,
I cannot set the port range via a command-line argument, since handler.passive_ports = args.port_range is expected to be a list of integers. There is no way for me to supply a list of integers to the port_range argument.

PR is welcome