Hideyuki added the comment:
I understand that it is best to use PASV.
But this FTP server is managed by another person, and that server required
active mode.
Also, my host is in a VPC environment, it is connected by 1:1 NAT. This NAT BOX
does not support FTP transparent.
In this case, we
Change by Hideyuki :
--
keywords: +patch
pull_requests: +5061
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32572>
___
___
Python-
New submission from Hideyuki :
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 workin