I'm sorry, im new to making websites so some things may look off!
Downloads a specified file url into a directory of your choosing!
{primary}
| Box Name | Type | required? | Description |
|---|---|---|---|
| Direct URL | string | ✔ | The Direct URL link containing the download to your file. This needs to be a direct link, such as "" or "" |
| Save File Directory | string | ✔ | Where you want your downloaded file to be saved! this is a direct path, not a relative one, so include the full filepath! (or use global.main_directory to get your current SAMMI directory) |
| File Name | string | ❌ | Optional filename! If left blank, it will use the name and file extension in the download link. |
⚠ If specifying custom filename, make sure to put the extension type at the end! |

