[New-bugs-announce] [issue3818] ftplib.FTP.abort() should consider "225" a positive response code to ABOR

Giampaolo Rodola' report at bugs.python.org
Tue Sep 9 15:58:15 CEST 2008


New submission from Giampaolo Rodola' <billiejoex at users.sourceforge.net>:

RFC-959 at chapter 5.4 includes 225 as a possible response to an ABOR
command.
225 should be sent by server when a client issues an ABOR command and
there's no data transfer to abort.
The patch in attachment includes 225 code in the list of positive ABOR
response codes.


[1] http://www.ietf.org/rfc/rfc0959.txt

----------
files: ftplib.patch
keywords: patch
messages: 72861
nosy: giampaolo.rodola
severity: normal
status: open
title: ftplib.FTP.abort() should consider "225" a positive response code to ABOR
Added file: http://bugs.python.org/file11440/ftplib.patch

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


More information about the New-bugs-announce mailing list