python_ftp_server icon indicating copy to clipboard operation
python_ftp_server copied to clipboard

Simple ftp server for file sharing between computers

Results 1 python_ftp_server issues
Sort by recently updated
recently updated
newest added

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...