_Added in 2.3_ */download [-col] * Starts a file download from a url. See also [[$download]], [[$downloaderr]], [[on DOWNLOAD]]. *Switches* table(ktable). |*Switch*|*Description*| | -c | Stops and closes the download. ( can be a [[Scripting_Wildcards|wildcard]]) | | -o | Overwrite file it if already exists. | | -l | Prints the open downloads. | *Parameters* table(ktable). |*Parameter*|*Description*| | | Name of the download. | | | Url to download. | | | Filename to save as. | *Example*
; Download the url 'https://adiirc.com/setup64.exe' to the file 'setup.exe'.
/download adiirc https://adiirc.com/setup64.exe setup.exe

on *:DOWNLOAD:adiirc:echo -ag Download of $download($download).file is complete.