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

2020-09-23 Thread Lars Schellhas
Lars Schellhas added the comment: I am pretty sure that it is connected to issue 19500. And somehow that issue still isn't resolved although there are already solutions provided. -- nosy: +larsschellhas ___ Python tracker

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

2015-10-03 Thread R. David Murray
R. David Murray added the comment: I wonder if this has any relationship to issue 19500. -- ___ Python tracker ___

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

2015-10-02 Thread Eric V. Smith
Eric V. Smith added the comment: You'll need to reproduce this in a smaller piece of code that demonstrates the problem. The code you've included is very large, and imports libraries we don't have access to. Otherwise, we can't reproduce it and we can't help. --

[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 python > code (as

[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 exception and the

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

2015-09-30 Thread R. David Murray
R. David Murray added the comment: Does this have anything to do with python itself and its standard library? From your description this sounds like a problem with filezilla and should be reported to them. -- nosy: +r.david.murray resolution: -> third party stage: -> resolved

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

2015-09-30 Thread R. David Murray
R. David Murray added the comment: (Note: issue 25278 with a small amount of additional info closed as a duplicate of this one). -- status: pending -> open ___ Python tracker

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

2015-09-30 Thread Eric V. Smith
Eric V. Smith added the comment: >From the info in issue 25279, I'd say it's an error in your code. But to make sure it's not an error in the stdlib, can you show us your code? Without that, it's not possible to diagnose this any further. -- nosy: +eric.smith status: pending -> open

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

2015-09-30 Thread Eric V. Smith
Changes by Eric V. Smith : -- status: open -> pending ___ Python tracker ___ ___

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

2015-09-30 Thread R. David Murray
Changes by R. David Murray : -- status: open -> pending ___ Python tracker ___ ___

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

2015-09-30 Thread R. David Murray
R. David Murray added the comment: As Eric said, we really can't diagnose this unless you show is your python code (as code, not as a partial screenshot). -- ___ Python tracker