diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 01:02:14 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 01:02:14 +0000 |
commit | 8e80e38f2c3121242b3b2f7a45a960c9af4d1a68 (patch) | |
tree | 4c643fe319f364a87767a287bfcecb402a524d5e /doc/ftp.html | |
parent | d46f7a09a768b146f2f3cdc9a6a50357832bd1c7 (diff) | |
download | luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.gz luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.bz2 luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.zip |
Manual almost there.
Diffstat (limited to 'doc/ftp.html')
-rw-r--r-- | doc/ftp.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <tt>get</tt> function is a table, the function | |||
107 | expects at least the fields <tt>host</tt>, <tt>sink</tt>, and one of | 107 | expects at least the fields <tt>host</tt>, <tt>sink</tt>, and one of |
108 | <tt>argument</tt> or <tt>path</tt> (<tt>argument</tt> takes | 108 | <tt>argument</tt> or <tt>path</tt> (<tt>argument</tt> takes |
109 | precedence). <tt>Host</tt> is the server to connect to. <tt>Sink</tt> is | 109 | precedence). <tt>Host</tt> is the server to connect to. <tt>Sink</tt> is |
110 | the LTN12 sink that will receive the downloaded data. <tt>Argument</tt> or | 110 | the <em>simple</em> LTN12 sink that will receive the downloaded data. <tt>Argument</tt> or |
111 | <tt>path</tt> give the target path to the resource in the server. The | 111 | <tt>path</tt> give the target path to the resource in the server. The |
112 | optional arguments are the following: | 112 | optional arguments are the following: |
113 | </p> | 113 | </p> |
@@ -184,7 +184,7 @@ If the argument of the <tt>put</tt> function is a table, the function | |||
184 | expects at least the fields <tt>host</tt>, <tt>source</tt>, and one of | 184 | expects at least the fields <tt>host</tt>, <tt>source</tt>, and one of |
185 | <tt>argument</tt> or <tt>path</tt> (<tt>argument</tt> takes | 185 | <tt>argument</tt> or <tt>path</tt> (<tt>argument</tt> takes |
186 | precedence). <tt>Host</tt> is the server to connect to. <tt>Source</tt> is | 186 | precedence). <tt>Host</tt> is the server to connect to. <tt>Source</tt> is |
187 | the LTN12 source that will provide the contents to be uploaded. | 187 | the <em>simple</em> LTN12 source that will provide the contents to be uploaded. |
188 | <tt>Argument</tt> or | 188 | <tt>Argument</tt> or |
189 | <tt>path</tt> give the target path to the resource in the server. The | 189 | <tt>path</tt> give the target path to the resource in the server. The |
190 | optional arguments are the following: | 190 | optional arguments are the following: |