commit | acbe3bdbab14da04c9be5278d1b6f0df8cff2729 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 27 13:18:34 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 27 13:18:34 2009 +0000 |
tree | dadcb5e6171251c2b1095ac995b1239f5daca7f8 | |
parent | 2600a33219374c97c9f82ab03a2c8848a0bf63eb [diff] |
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())