diff --git a/doc/ftp.html b/doc/ftp.html index a0c9268..e834f07 100644 --- a/doc/ftp.html +++ b/doc/ftp.html @@ -107,7 +107,7 @@ If the argument of the get function is a table, the function expects at least the fields host, sink, and one of argument or path (argument takes precedence). Host is the server to connect to. Sink is -the LTN12 sink that will receive the downloaded data. Argument or +the simple LTN12 sink that will receive the downloaded data. Argument or path give the target path to the resource in the server. The optional arguments are the following:

@@ -184,7 +184,7 @@ If the argument of the put function is a table, the function expects at least the fields host, source, and one of argument or path (argument takes precedence). Host is the server to connect to. Source is -the LTN12 source that will provide the contents to be uploaded. +the simple LTN12 source that will provide the contents to be uploaded. Argument or path give the target path to the resource in the server. The optional arguments are the following: diff --git a/doc/http.html b/doc/http.html index 39eb2e4..bda3088 100644 --- a/doc/http.html +++ b/doc/http.html @@ -193,8 +193,7 @@ Performs the generic HTTP request, controled by a request table.

-The most important parameters are the url and the LTN12 -sink that will receive the downloaded content. +The most important parameters are the url and the simple LTN12 sink that will receive the downloaded content. Any part of the url can be overriden by including the appropriate field in the request table. If authentication information is provided, the function @@ -206,7 +205,7 @@ following:

-Lots of changes in the Lua modules, too. The new MIME and LTN12 modules -make all other modules much more powerful. The main new functionality is -the support for multipart messages in the SMTP module. +Lots of changes in the Lua modules, too!

-

Incompatibilities with previous versions

@@ -217,7 +217,11 @@ agree the new stuff is better; sendto, setpeername and setsockname, return convention WILL break old code; -
  • Interface to options has changed; +
  • To enable local binding before connect, the bind method + does not call listen anymore. It is the new listen +method that turns a TCP object into a server object; + +
  • Interface to options has changed. diff --git a/doc/smtp.html b/doc/smtp.html index b0ae634..03698bf 100644 --- a/doc/smtp.html +++ b/doc/smtp.html @@ -125,7 +125,7 @@ The sender is given by the e-mail address in the from field. Rcpt is a Lua table with one entry for each recipient e-mail address, or a string in case there is just one recipient. -The contents of the message are given by a LTN12 source. Several +The contents of the message are given by a simple LTN12 source. Several arguments are optional: