HTTPFileDownload¶
- MacroModule¶
genre
author
package
definition
keywords
Purpose¶
The module HTTPFileDownload downloads files from a given HTTP address.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Start¶
- name: start, type: Trigger¶
When pressed, the module starts the download of the specified file.
Cancel¶
- name: cancel, type: Trigger¶
When pressed, the current download is canceled.
URL¶
- name: url, type: String¶
Sets the URL to the file to download.
Target Directory¶
- name: targetDirectory, type: String¶
Sets the directory where the downloaded file should be saved.
Extract file name from URL¶
- name: extractFileNameFromUrl, type: Bool, default: TRUE¶
If checked, the module extracts the target filename from the URL.
Target File Name¶
- name: targetFileName, type: String¶
Sets a target filename.
Result Target File¶
- name: resultTargetFile, type: String, persistent: no¶
Shows the name of the downloaded file.