Ticket #1904 (closed enhancement: fixed)
Passive port ranges are not settable in t.p.ftp
| Reported by: | krp | Owned by: | therve |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | ftp | Keywords: | |
| Cc: | therve, spiv, exarkun | Branch: | |
| Author: | Launchpad Bug: |
Description
As discussed on #twisted, FTP passive ports are chosed randomly by the OS (since we use reactor.listenTCP(0, f) for the dtp factory).
I propose this patch that offers the user the possibility to tune the passive port ranges.
To be reviewed, it may not fit twisted's style.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

