[New-bugs-announce] [issue25279] Unexpected ftplib.error_xxx exception on SFTP 'STOR' command

Blanquier report at bugs.python.org
Wed Sep 30 15:26:33 CEST 2015


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 - nemo_pyc (135.238.179.15)> STOR Handle.exe
(000336)30/09/2015 08:56:59 - nemo_pyc (135.238.179.15)> 150 Opening data channel for file upload to server of "/Handle.exe"
(000336)30/09/2015 08:56:59 - nemo_pyc (135.238.179.15)> 550 can't access file.
(000336)30/09/2015 08:57:29 - nemo_pyc (135.238.179.15)> TYPE I
(000336)30/09/2015 08:57:29 - nemo_pyc (135.238.179.15)> 200 Type set to I
(000336)30/09/2015 08:57:59 - nemo_pyc (135.238.179.15)>  ×3DG}
(000336)30/09/2015 08:58:04 - nemo_pyc (135.238.179.15)> 'Y'jQÌ~.
¾0Žåà ×3DG~
(000336)30/09/2015 08:58:04 - nemo_pyc (135.238.179.15)> 500 Syntax error, command unrecognized.
(000336)30/09/2015 08:58:09 - nemo_pyc (135.238.179.15)> ͈Ï!x›dƒïæA—:•\ ×3DG
...

could you fix the bug please ?
Best regards,

----------
components: Library (Lib)
messages: 251934
nosy: blanquier
priority: normal
severity: normal
status: open
title: Unexpected ftplib.error_xxx exception on SFTP 'STOR' command
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25279>
_______________________________________


More information about the New-bugs-announce mailing list