Is there anyway I can use the Download tracker with a Koofr download
Normally I do a GetRequest and SetHeader to contain the Authrorization code. But I do not see anyway of doing this in Download Tracker
BobVal
Normally I do a GetRequest and SetHeader to contain the Authrorization code. But I do not see anyway of doing this in Download Tracker
Koor download setup:
job.Download($"${Koofr_DefaulPath}${xFileToDownload}"$)
job.GetRequest.SetHeader("Authorization", BasicAuthorized)
job.Tag = xLocalFile
BobVal