I have an unstable Internet connection and I need the download to be resumable. I tried using wget:
- Logged in to https://developer.apple.com/account
- Then went here https://developer.apple.com/download/more
- Copied the download link for Xcode 8 which is http://adcdownload.apple.com/Developer_Tools/Xcode_8/Xcode_8.xip
I tried to
$ wget http://adcdownload.apple.com/Developer_Tools/Xcode_8/Xcode_8.xip
but I only got this on the terminal:--2016-09-21 15:13:17-- http://adcdownload.apple.com/Developer_Tools/Xcode_8/Xcode_8.xip Resolving adcdownload.apple.com... 203.177.38.83, 203.177.38.120 Connecting to adcdownload.apple.com|203.177.38.83|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://developer.apple.com/unauthorized/ [following] URL transformed to HTTPS due to an HSTS policy --2016-09-21 15:13:17-- https://developer.apple.com/unauthorized/ Resolving developer.apple.com... 17.146.1.15 Connecting to developer.apple.com|17.146.1.15|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2070 (2.0K) [text/html] Saving to: ‘Xcode_8.xip’
Xcode_8.xip 100%[==================================>] 2.02K --.-KB/s in 0s
2016-09-21 15:13:18 (85.8 MB/s) - ‘Xcode_8.xip’ saved [2070/2070]