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 Jeremy.Brock
Recipients Jeremy.Brock
Date 2012-10-24.23:09:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351120164.32.0.969400884781.issue16318@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-24 23:09:24Jeremy.Brocksetrecipients: + Jeremy.Brock
2012-10-24 23:09:24Jeremy.Brocksetmessageid: <1351120164.32.0.969400884781.issue16318@psf.upfronthosting.co.za>
2012-10-24 23:09:24Jeremy.Brocklinkissue16318 messages
2012-10-24 23:09:24Jeremy.Brockcreate