aboutsummaryrefslogtreecommitdiff
path: root/doc/ftp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 01:02:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 01:02:14 +0000
commit8e80e38f2c3121242b3b2f7a45a960c9af4d1a68 (patch)
tree4c643fe319f364a87767a287bfcecb402a524d5e /doc/ftp.html
parentd46f7a09a768b146f2f3cdc9a6a50357832bd1c7 (diff)
downloadluasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.gz
luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.bz2
luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.zip
Manual almost there.
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 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
107expects at least the fields <tt>host</tt>, <tt>sink</tt>, and one of 107expects 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
109precedence). <tt>Host</tt> is the server to connect to. <tt>Sink</tt> is 109precedence). <tt>Host</tt> is the server to connect to. <tt>Sink</tt> is
110the LTN12 sink that will receive the downloaded data. <tt>Argument</tt> or 110the <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
112optional arguments are the following: 112optional 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
184expects at least the fields <tt>host</tt>, <tt>source</tt>, and one of 184expects 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
186precedence). <tt>Host</tt> is the server to connect to. <tt>Source</tt> is 186precedence). <tt>Host</tt> is the server to connect to. <tt>Source</tt> is
187the LTN12 source that will provide the contents to be uploaded. 187the <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
190optional arguments are the following: 190optional arguments are the following: