1
vote
0answers
9 views

Fast HTTP downloads freeze frequently

I've been having a problem recently when it comes to downloading files with fast speeds (of any size) using HTTP. The problem is mostly happening on a specific file-hosting site that I bought a ...
0
votes
0answers
35 views

cURL wont download for me?

OS X 10.8.3, from a terminal I am executing: $ curl -OCv http://<URL>/<file>.dmg I get (for 2 seconds) % Total % Received % Xferd Average Speed Time Time Time Current ...
1
vote
2answers
82 views

How would I go about hiding my country for HTTP browsing?

There's a filesharing site I used to use a lot which started blocking US IP addresses. I'm wondering what the best way is of continuing to download from there. I've explored a number of options. ...
1
vote
4answers
390 views

How to download large files on problematic wifi connections?

I'm working out of a hotel with somewhat poor internet. I need to download a large 5 gig file. It looks like the estimate is about a day. I'm sure this will probably have 2 issues, the connection ...
0
votes
1answer
190 views

Download from http server all directories,files and subdirectories and so on

I want to download from remote http server all files directories,files and so on. I found some solutions to ftp server,but doesn't work to http. Until now no luck with wget -r or -m. It download all ...
2
votes
1answer
93 views

How do I find out what HTTP headers are being used to download a file without access to the web server?

If I do not have access to the web server configuration files, how would I know what HTTP headers are being used to download files? I am talking about files that are downloaded by the browser, not ...
1
vote
1answer
3k views

Downloading only images using curl or wget?

UPDATED: I've found using this Bash script fixes the problem of having GIF files with a .jpg extension. I'm attempting to download images from a forum who's url uses the following format: ...
0
votes
2answers
2k views

How to download all HTML pages in a website [duplicate]

Possible Duplicate: How can I download an entire website? If there is a website www.xxx.com, there are many static pages with same name under different paths. Is there any way to ...
1
vote
2answers
787 views

How to download a Wikispaces page

I usually download webpages with HTTrack when I know that I'll need that page, and I'll have no internet connection. That's what I wanted to do with Wikispaces page too. However, HTTrack just can't ...
0
votes
1answer
1k views

Is downloading multiple files faster than downloading one file at a time?

Sometimes there's a need to download multiple files from somewhere. The protocol I'm specifically interested in is HTTP, however this question is also relevant to FTP or any other non-P2P protocol for ...
1
vote
2answers
1k views

Downloading files greater than 2gb via http doesn't work

I am raring up files and downloading them via HTTP from my webserver. Most of the files have been below 2GB but now it seems the ones that are round 2GB and higher aren't working. When I download ...
0
votes
2answers
194 views

HTTP downloads stall/hang after 1-5MB

I'm having a very strange problem with the shared network at the flat I've just moved into. It occurs on my Windows desktop and my Macbook, and it occurs on both the wifi and the ethernet. Basically ...
2
votes
1answer
998 views

How to limit my Windows network transfer rate?

Downloading a 2 MB file in my LAN using HTTP is going to fast, and I need to slow it down so I can debug one app I'm developing. Is there any way to do this?
2
votes
3answers
481 views

Bare bones HTTP server for linux with resumable file downloads

I have a Windows user I want to share a large file with, they have Firefox with I understand supports resumable HTTP file downloads, and I have Ubuntu Linux, but limited disk space and such, so I ...
4
votes
2answers
545 views

Is it possible to get corrupted download with http?

For a long time I have assumed that it is not really possible to download a corrupted file via http as long as it's not corrupted on the server and the implementation of http protocol is correct, ...
2
votes
1answer
283 views

video file download issue

On some web sites, I can use either the web page embedded Flash player or use the web page embedded Windows Media Player to play the remote video. However there is no download link. Are there any ...
0
votes
1answer
146 views

Can my server “download” files?

I want my web server to fetch a file from another http server. So that I do not need to download the file myself and upload it to my server. Is this possible?
3
votes
3answers
2k views

For file transfer, does ftp perform better than http?

When I have http as well as ftp options (like the Hadoop download page), should I prefer ftp? I have tried ftp before and did not notice any significant difference. Is it supposed to perform better?
10
votes
3answers
5k views

Download a file via HTTP from a script in Windows

I want a way to download a file via HTTP given its URL (similar to how wget works). I've seen the answers to this question, but I have two changes to the requirements: I'd like it to run on Windows ...
2
votes
2answers
203 views

HTTP downloader with good integrity(hash..probably md5) checker built in

I'm trying to download xcode v3.2 from the Apple Developer Connection website, but everytime I download the huge file, it fails to mount due to a checksum error. It's really frustrating! BitTorrent ...