mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 14:14:30 +02:00
Almost ready for beta3
This commit is contained in:
@ -163,7 +163,7 @@ local ltn12 = require("ltn12")
|
||||
local url = require("url")
|
||||
|
||||
-- a function that returns a directory listing
|
||||
function ls(u)
|
||||
function nlst(u)
|
||||
local t = {}
|
||||
local p = url.parse(u)
|
||||
p.command = "nlst"
|
||||
|
Reference in New Issue
Block a user