Project

General

Profile

Actions

Download » History » Revision 4

« Previous | Revision 4/6 (diff) | Next »
Per Amundsen, 02/16/2023 12:17 PM


Added in 2.3

/download [-co] <name> <url> <filename>

Starts a file download from a url.

See also $download, $downloaderr, on DOWNLOAD.

Switches

Switch Description
-c Stops and closes the download.
-o Overwrite file it if already exists.
-l Prints the open downloads.

Parameters

Parameter Description
<name> Name of the download.
<url> Url to download.
<filename> 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.

Updated by Per Amundsen about 1 year ago · 4 revisions

Also available in: PDF HTML TXT