Issue #6845: Add restart support for binary upload in ftplib. The
commit69471b87bf0af90e29e0aa6b9168c4e84626bf9c
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 27 Nov 2009 13:18:34 +0000 (27 13:18 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 27 Nov 2009 13:18:34 +0000 (27 13:18 +0000)
tree1c3074819360401ec8412230f6a88ed116d59dbc
parentfa9d52433abe12350b74d476d2a1e77f773f97be
Issue #6845: Add restart support for binary upload in ftplib.  The
`storbinary()` method of FTP and FTP_TLS objects gains an optional `rest`
argument.  Patch by Pablo Mouzo.

(note: the patch also adds a test for the rest argument in retrbinary())

git-svn-id: http://svn.python.org/projects/python/trunk@76546 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/ftplib.rst
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS