Skip to main content

Downloads

xxt://download/?path=%@&url=%@

Download a file from the specified URL. path is the filename to save as, url is the download URL.

  • Notes

    • If path is not specified, the filename will be guessed from target URL, or the last path component of the URL will be used.
    • path can be absolute or relative. If relative, it is relative to the current directory of the in-app file browser.
  • QR dictionary

{
"event":"download",
"path":"[filename-to-save.lua]",
"url":"[download-url]"
}