Top "Download" questions

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

HTTP status code 0 - Error Domain=NSURLErrorDomain?

I am working on an iOS project. In this application, I am downloading images from the server. Problem: While downloading …

http download http-status-codes nserror
How to download a file from my server using SSH (using PuTTY on Windows)

When I try downloading a file from my server onto my computer, it actually downloads the file onto the server. (…

windows ssh download putty scp
How to download all files (but not HTML) from a website using wget?

How to use wget and get all the files from website? I need all files except the webpage files like …

ubuntu download wget
Download TS files from video stream

Videos on most sites make use of progressive downloading, which means that the video is downloaded to my computer, and …

video stream ffmpeg download package
BitBucket - download source as ZIP

I know I can get the project through git clone command, but is there any way, how to download the …

git download zip bitbucket git-clone
Multiple simultaneous downloads using Wget?

I'm using wget to download website content, but wget downloads the files one by one. How can I make wget …

download wget
Downloading images with node.js

I'm trying to write a script to download images using node.js. This is what I have so far: var …

node.js image download
Download multiple files with a single action

I am not sure if this is possible using standard web technologies. I want the user to be able to …

http web-applications download
phpexcel to download

hello i am new to phpexcel, and i was wondering if there is some way send the excel i have …

php download export phpexcel export-to-excel
How to download image from url

Is there a way to download an image directly from a url in c# if the url does not have …

c# url download