Message251942
Hi,
If I use the Python FTP instead of Python SFTP, there is no problem. The
Python library works fine as well as the Filezilla server.
The exception occures inside ssl.py file (line 791) when running
self.sslobj.shutdown() instruction.
I understand that the problem could be due to Filezilla server as well
as Python ftplib code and it's difficult to say who is wrong.
I have done 2 snapshots: one on the client side and the second on the
sever side (see attached document).
On the client side, we can see that the problem occure with the
/tnr_nemo_dico.pyc/ file.
On the server size, the last line indicates that the transfert is
succesfull.
It's the reason why I think that the Python FTP lib could have a bug
when SFTP is in usage. It's a random problem because previous uploads
have been OK.
Are you agree with me or do I make a mistake ?
Best regards,
Philippe Blanquier
Le 30/09/2015 15:33, R. David Murray a écrit :
> 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
> status: open -> pending
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue25278>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2015-09-30 14:15:13 | blanquier | set | recipients:
+ eric.smith, r.david.murray |
2015-09-30 14:15:13 | blanquier | link | issue25278 messages |
2015-09-30 14:15:12 | blanquier | create | |
|