Added support for FTP command lists
This commit is contained in:
parent
fe7b37aced
commit
cdce73b226
3 changed files with 19 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue