其他分享
首页 > 其他分享> > Lua下载有限制的文件_艾孜尔江撰

Lua下载有限制的文件_艾孜尔江撰

作者:互联网

--[[
HTTPGetFileofAccessLimit.lua

]]

result = fa.HTTPGetFile("http://somewhere/secretfile.txt", "secretfile.txt", "aUser", "passw0rd")
if result ~= nil then
  print("Success! File downloaded.\n")
  --process the file
else
  print("Failure! File failed to download...\n")
end

标签:secretfile,--,艾孜尔江,Lua,result,File,print,txt,下载
来源: https://blog.csdn.net/weixin_43867242/article/details/118099141