aboutsummaryrefslogtreecommitdiff
path: root/doc/ftp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-12 05:56:32 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-12 05:56:32 +0000
commit0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch)
treed69164c9f815e2d0308ba3f0d15b18e67163d879 /doc/ftp.html
parent37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff)
downloadluasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.gz
luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.bz2
luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.zip
Final push for release...
Diffstat (limited to 'doc/ftp.html')
-rw-r--r--doc/ftp.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ftp.html b/doc/ftp.html
index 7860c27..8b7ed96 100644
--- a/doc/ftp.html
+++ b/doc/ftp.html
@@ -106,6 +106,7 @@ ftp.<b>get{</b><br>
106&nbsp;&nbsp;[port = <i>number</i>,]<br> 106&nbsp;&nbsp;[port = <i>number</i>,]<br>
107&nbsp;&nbsp;[type = <i>string</i>,]<br> 107&nbsp;&nbsp;[type = <i>string</i>,]<br>
108&nbsp;&nbsp;[step = <i>LTN12 pump step</i>,]<br> 108&nbsp;&nbsp;[step = <i>LTN12 pump step</i>,]<br>
109&nbsp;&nbsp;[create = <i>function</i>]<br>
109<b>}</b> 110<b>}</b>
110</p> 111</p>
111 112
@@ -138,7 +139,9 @@ authentication. Defaults to "<tt>ftp:anonymous@anonymous.org</tt>";
138<li><tt>step</tt>: 139<li><tt>step</tt>:
139<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> 140<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a>
140pump step function used to pass data from the 141pump step function used to pass data from the
141server to the sink. Defaults to the LTN12 <tt>pump.step</tt> function. 142server to the sink. Defaults to the LTN12 <tt>pump.step</tt> function;
143<li><tt>accept</tt>: An optional function to be used instead of
144<a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created.
142</ul> 145</ul>
143 146
144<p class=return> 147<p class=return>
@@ -188,6 +191,7 @@ ftp.<b>put{</b><br>
188&nbsp;&nbsp;[port = <i>number</i>,]<br> 191&nbsp;&nbsp;[port = <i>number</i>,]<br>
189&nbsp;&nbsp;[type = <i>string</i>,]<br> 192&nbsp;&nbsp;[type = <i>string</i>,]<br>
190&nbsp;&nbsp;[step = <i>LTN12 pump step</i>,]<br> 193&nbsp;&nbsp;[step = <i>LTN12 pump step</i>,]<br>
194&nbsp;&nbsp;[create = <i>function</i>]<br>
191<b>}</b> 195<b>}</b>
192</p> 196</p>
193 197
@@ -220,7 +224,9 @@ authentication. Defaults to "<tt>ftp:anonymous@anonymous.org</tt>";
220<li><tt>step</tt>: 224<li><tt>step</tt>:
221<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> 225<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a>
222pump step function used to pass data from the 226pump step function used to pass data from the
223server to the sink. Defaults to the LTN12 <tt>pump.step</tt> function. 227server to the sink. Defaults to the LTN12 <tt>pump.step</tt> function;
228<li><tt>accept</tt>: An optional function to be used instead of
229<a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created.
224</ul> 230</ul>
225 231
226<p class=return> 232<p class=return>