Top "Download" questions

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

Xcode download for Snow Leopard

Older threads mention that there is a download for Xcode for Snow Leopard listed in the Xcode downloads on https://…

xcode download xcode9 xcode10 xcode9.4
Android webview: download files like browsers do

I'm working on an Android app with a webview pointing to a dynamic website by another team. When i download …

android webview download permissions dynamic-links
Blob createObjectURL download not working in Firefox (but works when debugging)

I have an odd problem, the function below is one I created based on what i found on the net …

javascript firefox download blob
WebClient generates (401) Unauthorized error

I have the following code running in a windows service: WebClient webClient = new WebClient(); webClient.Credentials = new NetworkCredential("me", "12345", "evilcorp.…

c# webclient download
Given a MPEG DASH .mpd URL, is that possible to down all media segments through youtube_dl?

I'm looking for a MPEG DASH downloader and youtube_dl just hit on me. Given a .mpd URL, is that …

download mpeg-dash youtube-dl
Browser event when downloaded file is saved to disk

I have sensitive files to download to users, and each user is permitted to download a given file exactly once. …

javascript browser download save dom-events
How to check if System.Net.WebClient.DownloadData is downloading a binary file?

I am trying to use WebClient to download a file from web using a WinForms application. However, I really only …

c# file download webclient
Where to download jdk 1.4.2 for Windows

From where can I download Sun JDK 1.4.2 for Windows. I have checked Sun's website and since they have stopped the …

java download jdk1.4
Downloading a file at a specified location through python and selenium using Chrome driver

I am trying to automatically download some links through selenium's click functionality and I am using a chrome webdriver and …

python google-chrome selenium download driver
How to get the file size from http headers

I want to get the size of an http:/.../file before I download it. The file can be a webpage, …

c# http download http-headers