====== Web download ====== This action allows you to download a web page or a file from the web. ===== Standard parameters ===== ==== Input parameters ==== == URL == The URL of the page or file to download. == Destination == The destination where to store the downloaded data: file or variable. == Variable == The name of the variable where to store the downloaded data. == File == The file where to save the downloaded data. ===== Advanced parameters ===== ==== Input parameters ==== == Show progress == Shows a progress bar if checked. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionwebdownload#unable_to_write_to_file|Unable to write to the file]] * [[en:actions:actionwebdownload#download_error|Download error]] ==== Unable to write to the file ==== This exception is thrown when the file cannot be written. * Default action: stop the script execution ==== Download error ==== This exception is thrown when an error occurs during the download. * Default action: stop the script execution