diff options
-rw-r--r-- | src/ftp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftp.lua b/src/ftp.lua index 229bbc6..bbb672b 100644 --- a/src/ftp.lua +++ b/src/ftp.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | ----------------------------------------------------------------------------- | 1 | ----------------------------------------------------------------------------- |
2 | -- Simple FTP support for the Lua language using the LuaSocket 1.2 toolkit. | 2 | -- Simple FTP support for the Lua language using the LuaSocket 1.3b toolkit. |
3 | -- Author: Diego Nehab | 3 | -- Author: Diego Nehab |
4 | -- Date: 26/12/2000 | 4 | -- Date: 26/12/2000 |
5 | -- Conforming to: RFC 959 | 5 | -- Conforming to: RFC 959 |