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 vpjtqwv0101
Recipients jack__d, vpjtqwv0101
Date 2021-07-31.17:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627753654.29.0.909416269579.issue44788@roundup.psfhosted.org>
In-reply-to
Content
Well, if it's possible to connect to ftp server within __init__, I think that adding port parameter makes sense.
I mostly don't need to handle connect() and login() separately. All I need is to connect to ftp server and work with it. If there is some trouble with connection or login, the code still can't continue in this case.

I haven't discussed this idea there. I'm going to create a topic for it and I will add the link here.
History
Date User Action Args
2021-07-31 17:47:34vpjtqwv0101setrecipients: + vpjtqwv0101, jack__d
2021-07-31 17:47:34vpjtqwv0101setmessageid: <1627753654.29.0.909416269579.issue44788@roundup.psfhosted.org>
2021-07-31 17:47:34vpjtqwv0101linkissue44788 messages
2021-07-31 17:47:33vpjtqwv0101create