1. Hello guys
    I want to Download Manual Oxide for Patching.

    Code:
    bitsadmin /transfer debjob /download /priority high https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip C:\Intel\Oxide-Rust.zip
    Now i become this Error: http-status 403: The client does not have sufficient access rights to the requested server object...

    how to Fix this link?

    Thanks and sry for my bad Language :(
     
    • Bitsadmin might not support SSL and github forces it.
    • Set a user agent.
     
    Last edited by a moderator: Jan 23, 2018
  2. Wulf

    Wulf Community Admin

    You'd need to set a user agent so that it doesn't look like a bot or script.
     
  3. how can this handle for simple cmd line?
    I need this download for an batch script...
     
  4. hmmm its make me not happy....

    i found another way with Powershell and, this works!

    Thanks