 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

23rd June 2012, 12:33 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: India
Posts: 9

|
|
|
Download Manager in Fedora 17
Hi All,
This is the senario , i need to download a 4GB of single file at one shot, means if any interuption occured in the middle of the download , the entire file will be removed automatically. unfortunately i'm not able to download that file since my modem is going off during the low voltage period. When voltage becomes normal , the download is marked as cancel and i'don;t have an option to resume the download.
So please let me know if i can avoid this issue if i'm using any download manager. If so, please let me know which download manager i need to install and how.
Note : I'm running fedora 17 and trying to download the file in mozilla / chrome.
|

23rd June 2012, 02:50 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Queensland
Posts: 131

|
|
|
Re: Download Manager in Fedora 17
I use wget from a command line and add the -c option if I am trying to complete a download started in a previous session. From "man wget":
Quote:
-c
--continue
Continue getting a partially-downloaded file. This is useful when you want to finish up a download started by a previous instance of Wget, or by another program. For instance:
wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z
If there is a file named ls-lR.Z in the current directory, Wget will assume that it is the first portion of the remote file, and will ask the server to continue the retrieval from an offset equal to the length of the local file.
Note that you don't need to specify this option if you just want the current invocation of Wget to retry downloading a file should the connection be lost midway through. This is the default behavior. -c only affects resumption of downloads started prior to this invocation of Wget, and whose local files are still sitting around.
|
|

23rd June 2012, 05:01 AM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,627

|
|
|
Re: Download Manager in Fedora 17
Look at how well this firefox addon works. I have not used this and so I do not have first hand experience. But, I have heard good reviews ... If you do not want to use CLI as suggested above, try this.
|

23rd June 2012, 12:11 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: India
Posts: 9

|
|
|
Re: Download Manager in Fedora 17
Thanks for your inputs.
i've started the download with the above mentioned "Down Them All" Addon ....... Let's see how it goes.
btwn, i have tried the download with wget utility initialy , but it was not able to resolve the my login credentials in the website (from where i need to download the file after provding authorized login credentials).
|

24th June 2012, 12:56 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Queensland
Posts: 131

|
|
|
Re: Download Manager in Fedora 17
Quote:
Originally Posted by liberty86
i have tried the download with wget utility initialy , but it was not able to resolve the my login credentials in the website (from where i need to download the file after provding authorized login credentials).
|
So including the username and password in the command did not work? From the wget man page:
Code:
--user=user
--password=password
Specify the username user and password password for both FTP and HTTP file retrieval.
These parameters can be overridden using the --ftp-user and --ftp-password options for FTP
connections and the --http-user and --http-password options for HTTP connections.
I have used this successfully in the past, but your target site may have unusual security login requirements.
|

3rd July 2012, 05:50 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: India
Posts: 9

|
|
|
Re: Download Manager in Fedora 17
It goes like this... i can go to the download link only after logging into the site by entering the authorized login credentails. After login & navigating to the download page, when i click the download option, the URL is formed as below ......
https:<site URL>?file_id=46071200&userid=2048804&country_id=35 6&patch_file=<filename>.iso
I tried to download the iso file via wget as follows.....
wget -c --http-user=<usr name> --http-password=<password> https:<site URL>?file_id=471200&userid=2804&country_id=36&file =<filename>.iso
when i executed the above command , a html file is downloaded which reads "you are trying to enter site via improper application" ....
|

4th July 2012, 11:32 AM
|
|
Registered User
|
|
Join Date: Dec 2009
Location: India
Posts: 254

|
|
|
Re: Download Manager in Fedora 17
In downthemall add-on for firefox, you have to change number of retry from five to unlimited.
|

4th July 2012, 03:27 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: India
Posts: 9

|
|
|
Re: Download Manager in Fedora 17
I'm getting the same html file which reads "you are trying to enter site via improper application" when the addon tries to reconnect the site after n/w or power interuption.
|

6th July 2012, 05:32 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 824

|
|
|
Re: Download Manager in Fedora 17
I'm guessing cookies/phpsession, etc.
What you might need to do is establish a second device on a reliable network to do the download from the bad server, then use wget -c to bring it over to your machine.
|

8th July 2012, 09:48 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: India
Posts: 27

|
|
|
Re: Download Manager in Fedora 17
Can also opt for firefox addon "DownloadHelper". It detects most of the media files on a page and also gives you an option to download videos being played from almost all sites. But it uses firefox's default downloader where you can pause and resume downloads for a particular session only. M not sure if it will work after you restart your system.
|

8th July 2012, 11:01 AM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Manipal, India
Posts: 27

|
|
|
Re: Download Manager in Fedora 17
Hi, there's a better command line tool than wget. It's called axel. It's a download accelerator, well similar to IDM in windows but only better because it's command line (Pardon me, I'm a command line buff  ). Just do the following.
After that:
Quote:
|
$ axel https:<site URL>?file_id=46071200&userid=2048804&country_id=35 6&patch_file=<filename>.iso
|
I'm not sure if it'll be able to counter your "you are trying to enter site via improper application" issue but it's worth a shot.
Good Luck
__________________
Comapq 621. ATI Mobility Radeon HD 530v 512MB
2GB DDR3 1066MHz RAM
Core 2 DuoT6570
Registered Linux user#478776
|

17th July 2012, 08:03 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 824

|
|
|
Re: Download Manager in Fedora 17
It just occurred to me.... USER AGENT STRING.
wget and axel are both able to provide a custom user agent string.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 03:58 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|