Download URL to file

../../../../_images/copy.svg

Download file from a URL to specified filename.

Documentation

Download the data at URL to specified local file.

If URL resource contains credential variables for login or token credentials these will be entered as part of the URL.

See Credentials Preferences for more info.

Definition

Input ports

port1
Type: datasource
Description: Datasource pointing to data to read

Output ports

port1
Type: datasource
Description: Datasource of resulting file

Configuration

Filename (filename)

Manually enter a filename, if not using a regular expression

If file already exists (if_exists)

What to do if the file already exists

Examples

The node can be found in:

Implementation

class node_file_operations.DownloadFile[source]