E大提供的中控命令没涉及到上传。
群里提供的FTP上传,看不是很懂。
ip="192.168.1.189"
name="main.lua"
ftp.put{
host = ip,
port = "50021",
argument = string.format("scripts/%s",name),
source = ltn12.source.file(io.open(string.format("/var/touchelf/scripts/%s",name), "r"))
}
这段代码,如何用易语言实现?
感谢。我自己用ssh传了。