blackboard_download_file_url
Download Blackboard course files directly from bbcswebdav URLs and save them to a local directory.
Instructions
Download a file directly from a Blackboard bbcswebdav URL and save it to disk. Saves to outputDir (default: current working directory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Direct file URL from bbcswebdav (downloadUrl from blackboard_list_attachments) | |
| filename | No | Filename to save as (e.g. displayName from blackboard_list_attachments) | |
| outputDir | No | Directory to save the file (default: current working directory) |