[ python-Feature Requests-1177998 ] Add a settimeout to ftplib.FTP object

SourceForge.net noreply at sourceforge.net
Wed Apr 6 20:52:52 CEST 2005


Feature Requests item #1177998, was opened at 2005-04-06 20:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1177998&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Juan Antonio Valiño García (juanval)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add a settimeout to ftplib.FTP object

Initial Comment:
It will be usefull that the FTP object of ftplib had a 
settimeout method to setup a timeout for the connection, 
because the only way of doing this is to use the 
socket.setdefaulttimeout method, and this is very 
dangerous when you are using threads. 
 
Thanks and keep up the work ! 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1177998&group_id=5470


More information about the Python-bugs-list mailing list