diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
| commit | 0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch) | |
| tree | d69164c9f815e2d0308ba3f0d15b18e67163d879 /doc/ftp.html | |
| parent | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff) | |
| download | luasocket-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.html | 10 |
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 | [port = <i>number</i>,]<br> | 106 | [port = <i>number</i>,]<br> |
| 107 | [type = <i>string</i>,]<br> | 107 | [type = <i>string</i>,]<br> |
| 108 | [step = <i>LTN12 pump step</i>,]<br> | 108 | [step = <i>LTN12 pump step</i>,]<br> |
| 109 | [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> |
| 140 | pump step function used to pass data from the | 141 | pump step function used to pass data from the |
| 141 | server to the sink. Defaults to the LTN12 <tt>pump.step</tt> function. | 142 | server 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 | [port = <i>number</i>,]<br> | 191 | [port = <i>number</i>,]<br> |
| 189 | [type = <i>string</i>,]<br> | 192 | [type = <i>string</i>,]<br> |
| 190 | [step = <i>LTN12 pump step</i>,]<br> | 193 | [step = <i>LTN12 pump step</i>,]<br> |
| 194 | [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> |
| 222 | pump step function used to pass data from the | 226 | pump step function used to pass data from the |
| 223 | server to the sink. Defaults to the LTN12 <tt>pump.step</tt> function. | 227 | server 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> |
