Home > iphone, mac, Tricks > Download iPhone SDK using wget

Download iPhone SDK using wget

If you are using slow connection like me and trying to download the apples iPhone SDK , then you already know how much tough it is , because of apple only allow to download this file after login. And non of the download manager can give you the resume facility. so after trying 2 days with different downloaders i tried wget and got sucess 😀

Here i am discribing how to do it. First login to http://developer.apple.com/iphone (if you don’t have any account, just create one, it’s free). then use firefox extension to export (firebug+firecookie) cookie to cookie.txt . Then rest of the task simple. just copy download link from http://developer.apple.com/iphone and give the following command in the console.

$cd /path/to/cookie.txt

$ wget -ct 0 –load-cookies cookie.txt your_file_url

that’s all, now you can resume download without any problem. Here is the command i used to download to download it.

$ wget -ct 0 –server-response –load-cookies cookies.txt http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.0__final/iphone_sdk_3.0__leopard__9m2736__final.dmg

If this post help you, don’t forget to share it with others.

Categories: iphone, mac, Tricks Tags: , , ,
  1. September 8th, 2009 at 11:22 | #1

    ভালই সাইট বানিয়েছেন

    • September 15th, 2009 at 21:07 | #2

      ধন্যবাদ 🙂

  2. October 31st, 2009 at 14:36 | #3

    Hello, Lavluda. I am Imroz. HOMPOGRO at somewhereinblog. I have question…..
    How can I install Bangla font Solaiman Lipi in my wordpress website. I have downloaded ur plugin. I can type Bangla with it. But the problem in my site what ever I post in Bangla, the website is not showing that. It is showing “??????” instead of Bangla.

    Can u help me lavluda?

  3. May 6th, 2010 at 14:32 | #5

    Hmm getting 403 with this method… 🙁

  4. August 14th, 2011 at 12:05 | #7

    Humm, i cant get it done. Any suggestion?

  5. rraallvv
    October 7th, 2011 at 02:34 | #8

    It worked a couple months ago, but now is not working for me.

    Could anybody confirm it is working yet?

  1. No trackbacks yet.

59 queries in 0.093 seconds