Start-BitTransfer by passing Jfrog token in PowerShell 5 in windows server 2022
Hi All,
I am trying to download 100MB file from Jfrog arifactory using Start-BitTransfer by passing Jfrog token in PowerShell 5 in windows server 2022
Any please provide the right syntax for that?
Start-BitsTransfer -Source $url -Destination $destination -Headers @{Authorization = “Bearer $token” }
Hi All,I am trying to download 100MB file from Jfrog arifactory using Start-BitTransfer by passing Jfrog token in PowerShell 5 in windows server 2022Any please provide the right syntax for that?Start-BitsTransfer -Source $url -Destination $destination -Headers @{Authorization = “Bearer $token” } Read More