New submission from 송병우:

FTPlib hangs on PASV responses when the connected server is within its local 
network.
Here's my fix that checks the target address with ipaddress lib:
https://github.com/python/cpython/pull/28/files

----------
components: Library (Lib)
messages: 270198
nosy: 송병우
priority: normal
severity: normal
status: open
title: FTPlib hangs on some pasv responses
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to