aboutsummaryrefslogtreecommitdiff
path: root/test/ftptest.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-23 05:53:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-23 05:53:14 +0000
commit773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (patch)
tree03e8e9a4bd64b9424006315c8e720c3f2841a751 /test/ftptest.lua
parent5e8ae76248ed31496dc6fef7855498a0479159ed (diff)
downloadluasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.tar.gz
luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.tar.bz2
luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.zip
Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
Diffstat (limited to 'test/ftptest.lua')
-rw-r--r--test/ftptest.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ftptest.lua b/test/ftptest.lua
index ef1bf0f..63d20e6 100644
--- a/test/ftptest.lua
+++ b/test/ftptest.lua
@@ -12,8 +12,8 @@ local host, port, index_file, index, back, err, ret
12 12
13local t = socket.gettime() 13local t = socket.gettime()
14 14
15host = host or "diego.student.princeton.edu" 15host = host or "localhost"
16index_file = "test/index.html" 16index_file = "index.html"
17 17
18 18
19-- a function that returns a directory listing 19-- a function that returns a directory listing