diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-11-27 07:58:04 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-11-27 07:58:04 +0000 |
commit | 7c97e8e40aaa665226fb54449773dc3134e755b2 (patch) | |
tree | 47888d4c924fc24bf3b355bf58120ea3cdc74bc4 /doc | |
parent | eb0fc857ddea6f084d338589e2a33d3e7d4eade6 (diff) | |
download | luasocket-7c97e8e40aaa665226fb54449773dc3134e755b2.tar.gz luasocket-7c97e8e40aaa665226fb54449773dc3134e755b2.tar.bz2 luasocket-7c97e8e40aaa665226fb54449773dc3134e755b2.zip |
Almost ready for beta3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ftp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ftp.html b/doc/ftp.html index 158b402..0b52007 100644 --- a/doc/ftp.html +++ b/doc/ftp.html | |||
@@ -163,7 +163,7 @@ local ltn12 = require("ltn12") | |||
163 | local url = require("url") | 163 | local url = require("url") |
164 | 164 | ||
165 | -- a function that returns a directory listing | 165 | -- a function that returns a directory listing |
166 | function ls(u) | 166 | function nlst(u) |
167 | local t = {} | 167 | local t = {} |
168 | local p = url.parse(u) | 168 | local p = url.parse(u) |
169 | p.command = "nlst" | 169 | p.command = "nlst" |