New submission from Jeremy Brock: Recently I have been working on a project to utilize the new FTP_TLS library from ftplib in Python 2.7.3. What I found is that no matter what I try, when prot_p() is called prior to transferring files to 2008 Server R2 running FTP7.5, the python client connection no longer is able to transfer files to the FTP7.5 server resulting in *get* '425 Data channel timed out due to not meeting the minimum bandwidth requirement.\r\n' .
I have reproduced this in Python 2.7.3 on HPUX and Windows. I am able to successfully transfer files using winscp and Filezilla to the same FTP7.5 server using FTPes with Prot_P in Active Mode. ---------- components: Library (Lib) files: FTP7.5 Issues Documentation.zip messages: 173719 nosy: Jeremy.Brock priority: normal severity: normal status: open title: FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5 type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file27706/FTP7.5 Issues Documentation.zip _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16318> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com