Download files
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

Download files

Downloads one or some files from the Internet through HTTP protocol. Also, you can use this command to send requests with parameters via GET.

Description
Optionally, you may add comments here describing the purpose of this element.
Destination Folder
Specify the directory the downloaded file will be saved to.
Error message
If you check this box, an error message will be displayed in case the operation fails.
Output log message
If you check this box, all downloaded files will be shown.
URL
Specify the URL of the file to be downloaded.
http://www.mydomain.com/myfile.htm
http://#mydomain#/myfile.htm 
Variable or filename
You can specify a new name for the downloaded file. If it is empty then the file is saved with the same name as in URL. If you want to read file into a variable and don't want to save it on the disk then specify '#' and then the variable name.
myfile.txt
#dwnfile