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.
Quick Start
- Drag the "File Download" node onto the canvas
- Fill in "Download URL" (required), e.g.,
https://example.com/file.pdf - 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) - 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.