python_ftp_server
python_ftp_server copied to clipboard
Cannot set port_range
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