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 datasource

Datasource pointing to data to read

Output ports

port1 datasource

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

Implementation

class node_file_operations.DownloadFile[source]