[issue25278] Unexpected socket exception on SFTP 'STOR' command

2015-09-30 Thread Blanquier
New submission from Blanquier: 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 ex

[issue25279] Unexpected ftplib.error_xxx exception on SFTP 'STOR' command

2015-09-30 Thread Blanquier
New submission from Blanquier: 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 ftplib.error_xxx exception arrive someting. On the windows server: (000336)30/09/2015 08:56:59

[issue25279] Unexpected ftplib.error_xxx exception on SFTP 'STOR' command

2015-09-30 Thread Blanquier
Blanquier added the comment: 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 ftplib.error_xxx exception arrive someting. On the windows server:

[issue25278] Unexpected socket exception on SFTP 'STOR' command

2015-09-30 Thread Blanquier
Blanquier added the comment: Hi, I send you the file as attached document. I use the test_sftp_upload() as entry point. Le 30/09/2015 16:43, R. David Murray a écrit : > R. David Murray added the comment: > > As Eric said, we really can't diagnose this unless you show is your pyth