Added support for FTP command lists

This commit is contained in:
Diego Nehab 2016-03-04 14:38:56 -03:00
parent fe7b37aced
commit cdce73b226
3 changed files with 19 additions and 5 deletions

View file

@ -22,6 +22,9 @@ _M.source = source
_M.sink = sink
_M.pump = pump
local unpack = unpack or table.unpack
local select = base.select
-- 2048 seems to be better in windows...
_M.BLOCKSIZE = 2048
_M._VERSION = "LTN12 1.0.3"