I tried to download latest iTunes.  When I click download, my Firefox pops-up a windows asking me save the "iTunes64Setup.exe" file on my compuer in a local drive. However, nothing happens after that. I tried with different browsers, but no luck.

It's really funnt...but I see that it is really happening to many. Has anyone found a solution for this?

Finally, I did wget <url> from my bash shell (on my linux machine)  and could download iTunes 11 64-bit for windows 7. Here is the exact command (should be useful as getting the URL is sometimes tricky)
wget http://secure-appldnld.apple.com/iTunes11/031-1547.20131105.FFjvT/iTunes64Setup.exe
I would expect this to work as is even from windows/MAC provided you have 'wget' command on it.
Cheers !

Similar Messages

Maybe you are looking for

  • Run RFEBKA00 as background job

    Hello, I want to run program RFEBKA00 as background job. On selection screen, there is parameter "Execute as background job", but even if I tick this checkbox, report is ran on foreground. How can I run this program as background job? Thanks&regards,

  • ORA-32004 - LOG_ARCHIVE_START

    Hi All, I've received this error message during the database' startup: SQL> startup ORA-32004: obsolete and/or deprecated parameter(s) specified ORACLE instance started. Total System Global Area 1610612736 bytes Fixed Size 2056504 bytes Variable Size

  • Inserting a Line in front(top ) of a imageview Problems. (x,y) issues

    Hi Guys, so, im making a concept of a Round-robin , i think. Its called Fila Circular in Portuguese. Anyway, the thing is, every time the user press Push, a ball(aka circle) must enter the [index] of the hexagon. But, im having issues making the path

  • Best practice to produce video stills

    I am always producing stills from videos as jpg files and wonder what would be the best practice. I explain how I do it and would be curious to hear how others do this task - maybe in a better way. 1. Options: I set Playback size for fullscreen mode

  • T-sql store PROC explanation

    create table #chartData( ChgText [varchar](500) NOT NULL, ChgCount [int] NULL, [Sort] [int] NOT NULL, [PartcTot] [int] NULL, PercentageOfTotal decimal(6,3) declare @partcTot int; declare @SQLString nvarchar(4000), @ParamDefinition nvarchar(500); decl