giampaolo / pyftpdlib

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

Add `FTPHandler.encoding` option #638

Closed giampaolo closed 2 months ago

giampaolo commented 2 months ago

In order to support https://github.com/giampaolo/pyftpdlib/issues/625. I'm doing this now AFTER we removed Python 2.X support, a step which was necessary to implement this relatively easily.