Skip to main content

File Download

The File Download node downloads a file from a specified URL to the local machine.

Overview

After providing the download URL, the node automatically initiates the download. You can optionally specify a save filename (supports relative directories); if left empty, the server-returned original filename is used.

File Download

Quick Start

  1. Drag the "File Download" node onto the canvas
  2. Fill in "Download URL" (required), e.g., https://example.com/file.pdf
  3. Optionally fill in "Save Filename": provide just a filename to save to the default directory (e.g., report.pdf); provide a relative path to save to a specific subdirectory (e.g., downloads/report.pdf)
  4. Execute

FAQ

Downloaded filename is not what was expected

The downloaded file's name is not the custom name specified.

Solution: Provide the desired filename (including extension) in "Save Filename," e.g., report.pdf.