This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author studioes
Recipients studioes
Date 2018-01-16.18:46:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516128378.06.0.467229070634.issue32572@psf.upfronthosting.co.za>
In-reply-to
Content
Add the ftplib's option, overrides the IP address to be used with the PORT command.
Currently, the PORT command is sending its self IP address.
If the host is connected with NAT, it will not work.
If that command has a NAT external IP address, it is working.
So add an option to overrides the IP address sending with the PORT command.
This is useful when active FTP transfer needed on a 1:1 NAT connected host so like AWS VPC.
History
Date User Action Args
2018-01-16 18:46:18studioessetrecipients: + studioes
2018-01-16 18:46:18studioessetmessageid: <1516128378.06.0.467229070634.issue32572@psf.upfronthosting.co.za>
2018-01-16 18:46:18studioeslinkissue32572 messages
2018-01-16 18:46:17studioescreate