lib/download.lua
dl.protos.fget(host^string^, optPort^string^, path^string^, dest^number^): boolean
Downloads path from host (on optPort or 70), printing the directory listing, or saving the file to dest.
dl.protos.http(host^string^, optPort^string^, path^string^, dest^number^, url): boolean
Downloads url to dest via the internet card, if available.
dl.wget(remotePath^string^, dest^string^)
Downloads from remote remotePath to dest