Rob Reilink added the comment:

With this code in place, ftplib should / could also be updated to support 
session resumption. This would fix bugs with connections to FTP servers that 
require session resumption [1], [2]

In ftplib.FTP_TLS.ntransfercmd, just add a reference to the current session in 
the wrap_socket call (maybe make this an option to do session resumption or 
not; I don't know if it could break something)

Proposed patch is attached.

[1] http://stackoverflow.com/questions/14659154/ftpes-session-reuse-required
[2] https://forum.filezilla-project.org/viewtopic.php?t=36903

----------
nosy: +robr
Added file: http://bugs.python.org/file46409/ftplib_session.patch

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

Reply via email to