Top "Download" questions

Receiving data to a local system from a remote system, or to initiate such a data transfer.

HTTP Headers for File Downloads

I've written a PHP script that handles file downloads, determining which file is being requested and setting the proper HTTP …

php http-headers download content-type
Downloading all maven dependencies to a directory NOT in repository?

I started to convert my project to maven because I needed to use a library that was distributed in binary …

maven download dependencies
Download image with JavaScript

Right now I have a canvas and I want to save it as PNG. I can do it with all …

javascript jquery download
Where can I download an offline installer of Cygwin?

I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all …

download cygwin offline
Download file using libcurl in C/C++

I am building an application (on windows using Dev-C++) and I want it to download a file. I am doing …

c file curl download libcurl
How to provide a file download from a JSF backing bean?

Is there any way of providing a file download from a JSF backing bean action method? I have tried a …

jsf jsf-2 download backing-beans
Downloading a large file using curl

I need to download remote file using curl. Here's the sample code I have: $ch = curl_init(); curl_setopt($ch, …

php curl download
Flask Download a File

I'm trying to create a web app with Flask that lets a user upload a file and serve them to …

python flask download flask-sqlalchemy
Unknown URL content://downloads/my_downloads

I'm using Download Manger for download some multimedia files and categorize them. I'm also using Crashlytics and this is an …

android download android-download-manager
Skip download if files exist in wget?

This is simplest example running wget: wget http://www.example.com/images/misc/pic.png but how to make wget …

parameters download command-line-interface wget