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
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
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