[New-bugs-announce] [issue12139] Add CCC command support to ftplib

Giampaolo Rodola' report at bugs.python.org
Sat May 21 20:09:00 CEST 2011


New submission from Giampaolo Rodola' <g.rodola at gmail.com>:

In FTPS, CCC command can be used to switch back to a clear-text control connection.
This can be useful to take advantage of firewalls that know how to handle NAT with non-secure FTP without opening fixed ports.
Patch in attachment includes lib, test and doc changes.

----------
assignee: giampaolo.rodola
files: ftplib-ccc.patch
keywords: patch
messages: 136459
nosy: giampaolo.rodola
priority: normal
severity: normal
stage: patch review
status: open
title: Add CCC command support to ftplib
type: feature request
versions: Python 3.3
Added file: http://bugs.python.org/file22052/ftplib-ccc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12139>
_______________________________________


More information about the New-bugs-announce mailing list