Message 339712 - Python tracker

Message339712

Author davispuh
Recipients davispuh, giampaolo.rodola
Date 2019-04-09.07:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554796629.79.0.175383506692.issue36570@roundup.psfhosted.org>
In-reply-to
Content
It's not uncommon to encounter FTP servers which are misconfigured and return unroutable host IP (eg. internal IP) when using passive mode

See: https://superuser.com/a/1195591

Most FTP clients such as FileZilla and WinSCP use a workaround when they encounter such servers and connect to user's specified host instead.

> Command: PASV
> Answer: 227 Entering Passive Mode (10,250,250,25,219,237).
> Status:  Server sent passive reply with unroutable address. Using server address instead.

Currently Python's ftplib simply timeouts for these and doesn't work.
History
Date User Action Args
2019-04-09 07:57:09davispuhsetrecipients: + davispuh, giampaolo.rodola
2019-04-09 07:57:09davispuhsetmessageid: <1554796629.79.0.175383506692.issue36570@roundup.psfhosted.org>
2019-04-09 07:57:09davispuhlinkissue36570 messages
2019-04-09 07:57:09davispuhcreate