[python-win32] regarding ftp api call

2009-09-23 Thread a h
Hi all i have created an ftp client using ftp api provided in python. whenever i disconnect my ftp client with the ftp server by removing the wired connection, my ftp application get hanged, i traced with prints and find that whenever call made to ftp api, it never came back. How do i resolve this

Re: [python-win32] regarding ftp api call

2009-09-23 Thread Tim Golden
a h wrote: Hi all i have created an ftp client using ftp api provided in python. whenever i disconnect my ftp client with the ftp server by removing the wired connection, my ftp application get hanged, i traced with prints and find that whenever call made to ftp api, it never came back. How do i

Re: [python-win32] regarding ftp api call

2009-09-23 Thread Tim Golden
[copying back to the list] Please keep the conversation on-list, a h. We're all happy to help you, but none of us is a private consultant -- at least not an unpaid one! Also, the more people who see what you post, the more people there are who might be able to answer. a h wrote: I have wriiten