I’m trying to create a fixlet that downloads a file from the BES root servers via the TEM infrastructure. They downloaded file that resides on the BES root server will change every day (as will the sha1 and the size of it). How do i go about creating a policy action that will run and download the file regardless of the file’s sha1/size?
The download command cannot do relevance substitution, so if you need to do any custom file naming stuff, you’ll need to do that in the back end and recreate your symlink
I’d prefer to use the native download commands rather than a manifest if possible. Do the prefetch or download commands require the sha1 and size to e called out? If they don’t need them and it does work, do the relays not cache the download as it goes from the BES root to the endpoint?