python_ftp_server icon indicating copy to clipboard operation
python_ftp_server copied to clipboard

Cannot set port_range

Open lukas-kirschner opened this issue 2 years ago • 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.

lukas-kirschner avatar Sep 30 '23 08:09 lukas-kirschner

PR is welcome

Red-Eyed avatar Nov 26 '23 09:11 Red-Eyed