Description

Downloads a file from the specified URL to the specified file path.



Properties

Output

  • DownloadSuccess - A boolean variable that returns True if the file is downloaded successfully. Otherwise, it returns False.

Input

  • FilePath - The file path where the file would be downloaded.

  • URL - The URL of the file to be downloaded.

Common

  • ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.

Misc

  • DisplayName - Renames the activity.


Requirements

Before you can proceed with the tutorial, make sure to set up  your RAX Chrome Extension. You can download it here.


Example

  1. Add a Download File activity in a Sequence.
  2. In the Download File File Path field, browse for the location where to download the file and type the file name. In this example, the file name is sample.
  3. In the Download File Url field, insert the URL where the file would be downloaded from. In this example, the URL is "http://www.africau.edu/images/default/sample.pdf"

    The use case should look like the following screenshot:



Upon execution, the file from the specified URL should be downloaded in the specified file path.