Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
6answers
259 views

A question about writing a background/automatic/silent downloader/installer for an app in C#

Background: I have a main application that needs to be able to go to the web and download DLL files associated with it (ones that we write, located on our server). It really needs to be able to ...
4
votes
4answers
365 views

C# Downloader: should I use Threads, BackgroundWorker or ThreadPool?

I'm writing a downloader in C# and stopped at the following problem: what kind of method should I use to parallelize my downloads and update my GUI? In my first attempt, I used 4 Threads and at the ...
4
votes
2answers
983 views

Supporting resumable HTTP-downloads through an ASHX handler?

We are providing downloads of our application setups through an ASHX handler in ASP.NET. A customer told us he uses some third party download manager application and that our way of providing the ...
4
votes
3answers
1k views

Download manager in Java

I need to several some huge files (several gigs) from Java via FTP/HTTP. Is there a ready library (java / command line tool) to facilitate the download? Some obvious requirements are: ...
2
votes
2answers
283 views

how to Get a list of applications being download?

In my application, I need to know if a particular app is being downloaded from the android market or not. How Do I achieve this functionality? Is it possible to get a list of all the downloads that ...
2
votes
4answers
138 views

Multiplication of two int's gets negativ

I'm currently coding a little download manager and I get a funny output when I try to calculate the download-progress in percent. This is what i use to calculate it: int progress = (byte_counter * ...
2
votes
2answers
196 views

PHP - Protecting digital Downloads

I'm trying figure out how I can protect digital downloads in PHP. Just need some general directions so I can start my research. I don't seem to be able to find anything useful. I want to make files ...
1
vote
0answers
26 views

Throttle/limit android.app.DownloadManager via code?

In my code I'm using the android.app.DownloadManager to download some assets required by our app. Sometimes it's 2 things, other times it might be 20 things. The problem is, that even on 3G if I call ...
1
vote
1answer
105 views

How to write my own download manager using Objective C for iOS devices

I am writing a download manager for iPhone using objective C. I am using ASIHTTP framework and its working great. But my problem is I am not able to download from file sharing sites like filesonic, ...
1
vote
0answers
87 views

How to integrate a download Manager (Java) with browsers like Mozila,Explorer

I have created Java Donload Manager in java Now i want to integrate it with Mozila, Internet Explorer. Can somebody suggest me how to integrate my above code with Mozila,Explorer. Is there any ...
1
vote
1answer
77 views

I made a simple Download Manager in Java, my Download Manager is able to download is unable to download large files from the net

I am not able to download large files from the net ( more than 1 mb file ). However, my program is able to download those large files from the localhost. Is there anything else that i need to do to ...
1
vote
1answer
176 views

Android DownloadManager Progress

i'm developing an app where users are able to download different content packages. For the download process i am using the DownloadManager class. Thats working fine so far. My Question is how can i ...
1
vote
2answers
34 views

Large File Advice

I have to deliver 2-ish GB media files to customers (zipped up) after purchase. Any advice on how to deliver such big files to the general population (translated: novice internet users who will not ...
1
vote
0answers
146 views

DexClassLoader and DownloadManager API

I was trying to run my part of a code, where I get method startDownload from external APK on my sdcard via DexClassLoader. In onCreate method of my activity I am trying to invoke this activity, that ...
1
vote
1answer
459 views

Android DownloadManager API - opening file after download?

I am facing problem of opening downloaded file after successfull download via DownloadManager API. In my code: Uri ...
1
vote
1answer
88 views

Need a webbrowser component which allows custom download manager to be plugged in

I need suggestions on possible webbrowser components/controls which allows developers to plug in custom download managers. Suggestions can include browsers for WinForm. P.S.: I have been using ...
1
vote
0answers
44 views

How to capture downloads from Browsers

My Name is Rohit Kumawat I am creating a Download Manager in Java Language. I have almost created it with support for FTP,HTTP & HTTPS(Using JSSE 3.0). Now i want to capture downloads from ...
1
vote
1answer
398 views

Getting HTTP range right, so that Down Them All works

I built web app which is supposed to serve Recorded TV as a download (For the folks yelling out that that is illegal, I can tell them: in Germany it isn't, if you do it right). You can have a look at ...
1
vote
5answers
343 views

How do you detect if a file is being downloaded by a Browser or a Download Manager

I am curious as to how the file sharing sites like rapidshare detect users downloading files through download managers. How do you enable an ASP.NET web application to prevent downloads from a ...
1
vote
1answer
239 views

How to get download link to VS2010 Express - for use in a Download Manager

I know this question is not directly related to programming but I cannot write progams using the new .NET 4.0 technology unless I download this new version of Visual Studio. I want to download VS2010 ...
1
vote
2answers
2k views

Good download manager for Drupal?

I'm looking for a download manager module for Drupal. Ideally, it would give the same sort of power that the Sourceforge manager or the Drupal theme download manager gives. That is: Multiple ...
0
votes
0answers
6 views

parllel URL downloader for widnows

I found puf quite usefull as parllel downloader in unix. Basically it can take a file full of URL's and download N links at a time. I was wondering if you have the same for windows. I looked around ...
0
votes
1answer
27 views

How to request multiple downloads using Download Manager in Android 2.3.3

How to request Android download manager to download multiple files at the same time. Also I would like to know each and every file download status.
0
votes
0answers
44 views

DownloadManager.ACTION_DOWNLOAD_COMPLETE broadcast receiver receiving same download id more than once with different download statuses in Android

I am using Android DownloadManger System Service for downloading some files in following way dwnId = mgr.enqueue(new DownloadManager.Request(serveruri) ...
0
votes
1answer
18 views

DownloadManager Import Error

I'm trying to implement a code with DownloadManager but I have an import error: The import android.app.DownloadManager cannot be resolved Do i have to add anything to the project in order to use ...
0
votes
0answers
24 views

Qt,SignatureDoesNotMatch, QNetworkAccessManager

When I use this http://www.thinking-man.com/blog/entry.php?15-Using-QNetworkAccessManager-to-Download-Files-with-a-Progress-Dialog I get this result ...
0
votes
0answers
5 views

How to add download links to IDM from a program

I want to add some links to the IDM. can anyone give me a pseudo code for doing that. or a link to a page that explains how to do it.
0
votes
0answers
31 views

how to download a file in multiserver

now i'm making a download accelerator application using java with particularly function is: Downloader can chunking file crawler can looking for"mirror"to file that will download for this i have ...
0
votes
1answer
89 views

Use DownloadManager to download from an URL accessible through a DefaultHttpClient

In my Android app I have to download files from URLs. I use the Android DownloadManager but the URLs are accessible only through a DefaultHttpClient. Infact these URLs are the result of several POST ...
0
votes
1answer
134 views

Android DownloadManager and SSL (https)

Oh, great. There's always something else that some... Grrr... Anyway, so I worked days and days wading through vague, incomplete, and contradictory Picasa information so that my Android app could ...
0
votes
0answers
20 views

Suggestions for building a customized download from a webpage

I have a scientific software package that includes optional large datasets and I would like users to have the option to download some of those datasets as part of a single installer. I'm inspired by ...
0
votes
0answers
50 views

Download Managers: What library do they use in download resume? [closed]

I know of two curl and libtorrent but I was just doing a study on what library/component/whatever you call it, is famous among download managers. I could not get information on FreeDownloadManager, ...
0
votes
1answer
65 views

Trouble with implementation of download code redeemer

I'm designing a website for a small indie record label and they've dropped a bombshell asking if I could implement a function where a user can enter a code to receive a digital download. Is there a ...
0
votes
1answer
80 views

Automate Seedbox Downloads to Linux Box

I currently have a seedbox overseas (using rutorrent), which has RSS setup to automatically download TV shows from a private tracker. I want to setup an automated downloader from the Seedbox to my ...
0
votes
2answers
196 views

Pausing a request for a Download Manager for iphone

I am writing a utility that allows users to download large files from my server. I need the user to have the flexibility to pause and resume a download request through a button click. I am using ...
0
votes
1answer
96 views

How to download files from file hosting services like Rapidshare.com, DepositFiles.com

I'm looking to build a downloader application that downloads files from file-hosting services. What are the steps necessary to satisfy this requirement? E.g. user adds the shared file URL and ...
0
votes
4answers
161 views

Parallel downloads in iOS

I am working on building a download manager functionality for the app I am working on. As a requirement we need to support maximum of three parallel downloads. I saw some code examples of this forum ...
0
votes
1answer
72 views

How to identify which file triggered Download_Complete intent

I'm developing an application that will Download another apk file, and asks for it's installation. Since my target is GingerBread I'm using the DownloadManager class. Is there anyway to know which ...
0
votes
1answer
117 views

Queueing Multiple Downloads, looking for a producer consumer API

I have an application (a servlet, but that's not very important) that downloads a set of files and parse them to extract information. Up to now, I did those operations in a loop : - fetching new file ...
0
votes
0answers
109 views

DownloadManager giving NullPointerException

I'm trying to use DownloadManager for Gingerbread and later users because my current download service doesn't work well on all versions. I'm encountering NullPointerExceptions at ...
0
votes
1answer
127 views

How to enable Https Downloads using java

I use following code to download... public void run() { RandomAccessFile file=null; //download wiil be stored in this file InputStream in=null; //InputStream to read from try ...
0
votes
1answer
138 views

Integrating a download manager to PHP script

I'm using PHP and my script outputs a list of links for files that can be downloaded by the user. To download each file, as a user I would have to copy the url and paste it into something like Free ...
0
votes
1answer
113 views

Firefox extension: open download link in download window

I have an extension which opens links via context menu just like built-in Open link in new tab Firefox menu (just below it; My context menu item is Download link). When a user select this option from ...
0
votes
1answer
121 views

While viewing a PDF file, file is detected by any installed download manager rather than viewing it, how to overcome this behavior?

I'm using jQuery Media Plugin to embedded PDF into a web page as listed in the following sample to ebmedded PDF files. The problem is, if any download manager installed on client machine, it starts ...
0
votes
2answers
114 views

Per socket data transfer limitations. Are download managers useful yet?

The idea behind breaking up a download into multiple segments with different ranges is for increasing download speed. This works if the server has a per connection limit. A server without that ...
0
votes
1answer
679 views

DownloadManager: download a file to cache partition

I am using the public api of class DownloadManager, I am able to download files to sdcard, so-called external storage. However, when I tried to download a file to other places, like /cache partition, ...
0
votes
2answers
4k views

iOS Application Background Downloading

Hey! I need to know how I can have my iOS Application start a download in the background of the application (like, have the download run in the AppDelegate file) so changing ViewControllers will not ...
0
votes
1answer
49 views

Installer Stub for large file

We've got a large program to install (1Gb) packaged into an installer already. Is there any easy way to use a download manager to ensure that our clients can download without any issues. I was ...
0
votes
1answer
44 views

Good place to learn the core part of a .Net download manager

I am trying to develop a download manager for the .Net platform. It will hook into IE first, and then maybe Firefox and other browsers. I already have good experience writing apps for the .Net ...
0
votes
1answer
199 views

iPhone Download application

I want to ask you whether it is simple to download data from URLs engind such as .php etc. or not. Downloading from direct urls, such as this one http://www.rarlab.com/rar/wrar380.exe is really simple ...

1 2