Path: ...!nx01.iad01.newshosting.com!newshosting.com!198.186.190.251.MISMATCH!news-out.readnews.com!transit4.readnews.com!in.100proofnews.com!nsnmrro1-lo.nuria.telefonica-data.net!nsnmpen1-lo.nuria.telefonica-data.net!nsnmpen3-lo.nuria.telefonica-data.net!not-for-mail From: =?ISO-8859-15?Q?Andr=E9s_Garc=EDa?= Newsgroups: comp.lang.tcl Subject: Ann: TclCurl 7.16.0 Date: Wed, 15 Nov 2006 00:37:28 +0100 Organization: Telefonica Data Espagna Lines: 52 Message-ID: NNTP-Posting-Host: 172.red-80-24-194.staticip.rima-tde.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: nsnmpen3-gest.nuria.telefonica-data.net 1163547745 3715 80.24.194.172 (14 Nov 2006 23:42:25 GMT) X-Complaints-To: usenet@nsnmpen3-gest.nuria.telefonica-data.net NNTP-Posting-Date: Tue, 14 Nov 2006 23:42:25 +0000 (UTC) User-Agent: KNode/0.10.4 comp.lang.tcl Hi, I have just released a new version of TclCurl updated for libcurl 7.16.0, with TclCurl you can download and upload files using protocols like ftp, tftp, http, https, ldap, telnet, dict and file. The main changes since the last version are: * Removed feature: TclCurl no longer supports third party FTP transfers. * New configure options: * ftpalternativetouser: Pass a string which will be used to authenticate if the usual FTP "USER user" and "PASS password" negotiation fails. * ftpentrypath: Returns a string holding the path of the entry path to the remote FTP server. * maxsendspeed: If an upload exceeds this speed on cumulative average during the transfer, the transfer will pause to keep the average rate less than or equal to the parameter value. * maxrecvspeed: If a download exceeds this speed on cumulative average during the transfer, the transfer will pause to keep the average rate less than or equal to the parameter value. * New command for multi handles 'configure', so far the is only option to set: * pipelining: Pass a 1 to enable or 0 to disable. Enabling pipelining on a multi handle will make it attempt to perform HTTP Pipelining as far as possible for transfers using the handle. Since the last TclCurl, there has been many changes in libcurl which you can check at: http://curl.haxx.se/changes.html For more information, please visit: http://personal1.iddeo.es/andresgarci/tclcurl/english/index.html Share the wonders, Andres