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 blanquier
Recipients blanquier
Date 2015-09-30.13:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443619244.64.0.188831758146.issue25278@psf.upfronthosting.co.za>
In-reply-to
Content
With Filezilla Server 0.9.53, SFTP activated (force SSL on login, allow explicit FTP over TLS). From the FTP client point of view: when I use ftp_id.storbinary( 'STOR file_name'...), a socket.error exception arrive sometime. It's a socket.error exception and the errno record value is 0 (zero). The full message is b'[Errno 0] Error'. If I want to obtain the real server answer, I MUST call ftp_id.getresp().
It looks like a desynchronisation between the command and the answer.

Could you correct it please ?

Best regards.
History
Date User Action Args
2015-09-30 13:20:44blanquiersetrecipients: + blanquier
2015-09-30 13:20:44blanquiersetmessageid: <1443619244.64.0.188831758146.issue25278@psf.upfronthosting.co.za>
2015-09-30 13:20:44blanquierlinkissue25278 messages
2015-09-30 13:20:44blanquiercreate