3.2.6.5.3 Downloading a file
Use `DOWNLOAD` to download a file by name. You can specify a prefix and an optional destination or save-as path.
./pbsm-automate download <file-name> [-p <prefix>] [-s <save-as-path>]
Example:
./pbsm-automate download filename_2 -p abc -s //path//to//file
Use `DOWNLOAD_BY_ID` to download a file by file ID.
./pbsm-automate download_by_id <file-id> [-s <save-as-path>]