giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 267 forks source link

Provide --daemonize cmdline option #509

Open giampaolo opened 4 years ago

giampaolo commented 4 years ago

So that the server can be run without keeping the shell busy. This should be done without relying on third party deps (ideally we would have a pyftdplib/daemonize.py or something).