aboutsummaryrefslogtreecommitdiff
path: root/doc/ftp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-05 03:16:17 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-05 03:16:17 +0000
commit72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 (patch)
tree8ad4d77c2a5889748afa164188d566570028a513 /doc/ftp.html
parenta65c599fc5014de278d10c64fa0e425149517fe8 (diff)
downloadluasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.gz
luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.bz2
luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.zip
Bugs sent by David.
Diffstat (limited to 'doc/ftp.html')
-rw-r--r--doc/ftp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ftp.html b/doc/ftp.html
index 8b7ed96..1886344 100644
--- a/doc/ftp.html
+++ b/doc/ftp.html
@@ -140,7 +140,7 @@ authentication. Defaults to "<tt>ftp:anonymous@anonymous.org</tt>";
140<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> 140<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a>
141pump step function used to pass data from the 141pump step function used to pass data from the
142server 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 143<li><tt>create</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. 144<a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created.
145</ul> 145</ul>
146 146
@@ -225,7 +225,7 @@ authentication. Defaults to "<tt>ftp:anonymous@anonymous.org</tt>";
225<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> 225<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a>
226pump step function used to pass data from the 226pump step function used to pass data from the
227server 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 228<li><tt>create</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. 229<a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created.
230</ul> 230</ul>
231 231