billie wrote:

> I'm succesfully managing command channel through asynchat framework,
> but I'm not sure about how to manage data channel without using a
> thread/subprocess.

use a separate dispatcher instance for the data transfer.  see the
ftp_handle_pasv_response method and async_ftp_download class in this
article for a start:

     http://effbot.org/zone/asyncore-ftp-client.htm

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to