Typical use case is when you want to abort a transfer of a big file.
DTPHandler class already provides get_transmitted_bytes() method, which returns
the number of bytes being transferred.
What's missing is an abort_transfer(msg) method which will interrupt the
transfer and send a "426 %(msg)s" response.
Original issue reported on code.google.com by g.rodola on 9 Dec 2013 at 5:27
Original issue reported on code.google.com by
g.rodola
on 9 Dec 2013 at 5:27