New submission from Giampaolo Rodola' <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to