Damjan wrote:
> Panard wrote:
>
>> Hi,
>> I'm experiencing a strange problem while trying to manage a ftp
>> connection into a separate thread.
>>
>> I'm on linux, python 2.4.3
>>
>> Here is a test :
>> -- ftp_thread.py --
>> import ftplib
>> import threading
>> import datetime
>>
>> c
Panard wrote:
> Hi,
> I'm experiencing a strange problem while trying to manage a ftp connection
> into a separate thread.
>
> I'm on linux, python 2.4.3
>
> Here is a test :
> -- ftp_thread.py --
> import ftplib
> import threading
> import datetime
>
> class test( threading.Thread ) :
Hi,
I'm experiencing a strange problem while trying to manage a ftp connection
into a separate thread.
I'm on linux, python 2.4.3
Here is a test :
-- ftp_thread.py --
import ftplib
import threading
import datetime
class test( threading.Thread ) :
ftp_conn = ftplib.FTP("localhost"