Re: [Twisted-Python] FTPClient - aborting transfers

2009-09-09 Thread exarkun
On 9 Sep, 01:28 pm, m...@bennett.name wrote: >[snip] > >The only reference to dtpInstance I can find in >twisted/protocols/ftp.py exists on the FTP class. I may be confused, >but I thought this class was the protocol for FTP servers, rather than >clients? You're right, I wasn't thinking about clie

Re: [Twisted-Python] FTPClient - aborting transfers

2009-09-09 Thread Matt Bennett
On Fri, Sep 4, 2009 at 2:29 PM, wrote: > > On 1 Sep, 10:51 pm, m...@bennett.name wrote: > >Hello all, > > > >I've got an FTPClient implementation very similar to the one at [1], > >and I've added the ability to retrieve a file from the server with the > >following snippet: > > > >class FileReceive

Re: [Twisted-Python] FTPClient - aborting transfers

2009-09-04 Thread exarkun
On 1 Sep, 10:51 pm, m...@bennett.name wrote: >Hello all, > >I've got an FTPClient implementation very similar to the one at [1], >and I've added the ability to retrieve a file from the server with the >following snippet: > >class FileReceiver(Protocol): >""" >Protocol subclass that writ