Message251933
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. |
|
Date |
User |
Action |
Args |
2015-09-30 13:20:44 | blanquier | set | recipients:
+ blanquier |
2015-09-30 13:20:44 | blanquier | set | messageid: <1443619244.64.0.188831758146.issue25278@psf.upfronthosting.co.za> |
2015-09-30 13:20:44 | blanquier | link | issue25278 messages |
2015-09-30 13:20:44 | blanquier | create | |
|