Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ann: TclCurl 7.16.0

4 views
Skip to first unread message

Andrés García

unread,
Nov 14, 2006, 6:37:28 PM11/14/06
to
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

0 new messages