[New-bugs-announce] [issue3817] ftplib: ABOR does not consider 225 response code

Giampaolo Rodola' report at bugs.python.org
Tue Sep 9 15:57:25 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: 72859
nosy: giampaolo.rodola
severity: normal
status: open
title: ftplib: ABOR does not consider 225 response code
Added file: http://bugs.python.org/file11439/ftplib.patch

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


More information about the New-bugs-announce mailing list