Re: 10060, 'Operation timed out'

2006-01-19 Thread Sumit Acharya
Ok, so need to see on the server side. -- http://mail.python.org/mailman/listinfo/python-list

Re: 10060, 'Operation timed out'

2006-01-19 Thread Sumit Acharya
Hi Steve, this is the trace I have got:- Traceback (most recent call last): File "sumit1.py", line 39, in ? ftp.connect(host,port) File "C:\programs\packages\python24\lib\ftplib.py", line 129, in connect raise socket.error, msg socket.error: (10060, 'Operation timed out') -- http://ma

Re: 10060, 'Operation timed out'

2006-01-18 Thread Sumit Acharya
Hi Steve, Thanks, I have started the run without try and except block, I will update with the findings tomm. Please keep this thread on for you so that I can get the solution -- http://mail.python.org/mailman/listinfo/python-list

Re: 10060, 'Operation timed out'

2006-01-18 Thread Sumit Acharya
After 20 seconds only. -- http://mail.python.org/mailman/listinfo/python-list

Re: 10060, 'Operation timed out'

2006-01-18 Thread Sumit Acharya
Hi Steve, It didnt help, i am getting same error. -- http://mail.python.org/mailman/listinfo/python-list

Re: 10060, 'Operation timed out'

2006-01-18 Thread Sumit Acharya
can u please modify the script that i have posted with your suggestion, it will help me to a certain extent. Thanks -- http://mail.python.org/mailman/listinfo/python-list

10060, 'Operation timed out'

2006-01-17 Thread Sumit Acharya
I am using following script to connect to the server and i try the connection for 1000 times. Some times it succeeds for all the 1000 times,but some times it fails with error:- 10060, 'Operation timed out'. When it fails with the abover error, it seems timed out time is 20 seconds. Is there a way I