[New-bugs-announce] [issue8594] Add a "source_address" option to ftplib

Giampaolo Rodola' report at bugs.python.org
Sat May 1 22:33:02 CEST 2010


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

Similarly to issue 3972 the patch in attachment adds a new "source_address" option to FTP class to bind to a specific address when connecting to a remote FTP server.

It must be noted that this gets done for both control and passive data connections (client connecting to server). The latter one solves issue 1661754.

----------
components: Library (Lib)
files: ftplib_source_address.patch
keywords: needs review, patch
messages: 104749
nosy: giampaolo.rodola, pitrou, r.david.murray
priority: normal
severity: normal
status: open
title: Add a "source_address" option to ftplib
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file17172/ftplib_source_address.patch

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


More information about the New-bugs-announce mailing list