curl-library
Ann TclCurl 0.15.1
Date: Wed, 11 Jan 2006 00:30:59 +0100
Hi,
I have released the newest TclCurl for libcurl 7.15.1, the main changes
since the last version are:
* New configure options:
* ftpskippasvip: If set to a non-zero value, it instructs TclCurl
not to use the IP address the server suggests in its 227-response
to TclCurl's PASV command when TclCurl connects the data
connection. Instead TclCurl will re-use the same IP address it
already uses for the control connection. But it will use the port
number from the 227-response.
* ftpfilemethod: It allows three values:
* multicwd: the default, TclCurl will do a single CWD operation
for each path part in the given URL. For deep hierarchies this
means very many commands. This is how RFC1738 says it
should be done.
* nocwd: no CWD at all is done, TclCurl will do SIZE, RETR, STOR
etc and give a full path to the server.
* singlecwd: make one CWD with the full target directory and
then operate on the file "normally".
The support for this options is still experimental, comments whether
the methods work or don't with different servers are welcome.
Likewise, the options, or their names, may change in future
releases, so they are not yet documented elsewhere.
* Bug fix: The Windows packages had defective 'doc' directories,
many thanks to Alex Hisen for letting me know.
For more information, please visit:
http://personal1.iddeo.es/andresgarci/tclcurl/english/
Share the wonders,
Andres
Received on 2006-01-11