Hey, Inside an twisted.words.protocol.irc.IRCClient class I want to download via XDCC and then have a callback after that's finished. Sadly the documentation is lacking and I'm not sure what is what. If I override IRCClient.dccDoSend(self, user, address, port, filename, size, data) then it enters when I initiate an XDCC SEND request. But how do I start the download? 1- How can I start downloading the file?2- Can I receive an array of the bytes instead of saving a file?3- How can I be notified when the download is complete? Thanks _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
- Re: [Twisted-Python] connectionLost never reached a... Stefano Debenedetti
- Re: [Twisted-Python] connectionLost never reac... exarkun
- Re: [Twisted-Python] connectionLost never reac... Stefano Debenedetti
- Re: [Twisted-Python] connectionLost never ... exarkun
- Re: [Twisted-Python] connectionLost ne... Glyph Lefkowitz
- Re: [Twisted-Python] connectionLost never reached a... Stefano Debenedetti
- Re: [Twisted-Python] connectionLost never reac... Itamar Turner-Trauring
- Re: [Twisted-Python] connectionLost never reac... Stefano Debenedetti
- Re: [Twisted-Python] connectionLost never ... Glyph Lefkowitz
- [Twisted-Python] XDCC SEND from IRCCli... velociraptor Genjix
- Re: [Twisted-Python] connectionLost never ... Stefano Debenedetti
- Re: [Twisted-Python] connectionLost ne... Stefano Debenedetti