Downloading Xcode with wget or curl

后端 未结 8 1966
无人及你
无人及你 2020-12-22 21:37

I am trying to download Xcode from the Apple Developer site using just wget or curl. I think I am successfully storing the cookie I need to download the .dmg file, but I am

8条回答
  •  爱一瞬间的悲伤
    2020-12-22 22:15

    For Chrome,

    1. Install cookies.txt Chrome extension
    2. Login to Apple Developer site and get the url for downloading
    3. Run cookies.txt extension and download cookies.txt file
    4. From the cookies.txt download directory, load cookies into wget and start resumable download. For example, to download Xcode_7.dmg, you would run:

      wget --load-cookies=cookies.txt -c http://adcdownload.apple.com/Developer_Tools/Xcode_7/Xcode_7.dmg

提交回复
热议问题