Skip to main content

All Questions

Tagged with
1 vote
2 answers
6k views

Download entire site for offline usage with wget (including external image servers)

OK, so I've got wget 1.12 on Windows 7, and I can do basic downloads of it. The site I'm trying to download: http://www.minsterfm.co.uk and all images on it are stored externally at http://cml.sad....
avenas8808's user avatar
1 vote
1 answer
1k views

Downloading a mail attachment to a remote server

I recieved a large zip file by mail. And I want to download it to my remote server, for which I have only cli access. What can I do in this situation? I'm not running any mail clients in the remote ...
nixnotwin's user avatar
  • 451
14 votes
3 answers
36k views

How do I download a file using the command line?

I want to download a file from the Linux command line. Basically I'm using ssh and I'm trying to download a file to my file system on my laptop. How can I do that from the command line?
user avatar
2 votes
5 answers
7k views

Method of downloading lots of files sequentially

I have a text file with several hundred URLs to files that need to be downloaded. Rather than do them all one by one, I was wondering if there's some way to take that list and just download them all ...
Django Reinhardt's user avatar
1 vote
1 answer
1k views

Downloading a large site with wget

I'm trying to mirror a very large site but wget never seems to finish properly. I am using the command: wget -r -l inf -nc -w 0.5 {the-site} I have downloaded a good portion of the site, but not the ...
Evan Gill's user avatar
1 vote
1 answer
2k views

Download a .asp / .asx video file (Ubuntu)

My local TV station offers streaming video of recorded documentaries, using a XML-like file with a.asx extension. Is there a way (preferably Ubuntu CLI) to download the file? Thanks, Adam PS - the ...
Adam Matan's user avatar
  • 8,500
2 votes
2 answers
984 views

Download with Windows command line? [duplicate]

Is there a built-in command for downloading a file using the command line on Windows? I know I can get cygwin and install wget, but I would like a solution that works on any windows PC.
StackedCrooked's user avatar
19 votes
8 answers
123k 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 have seen the answers to this question, but I have two changes to the requirements: I would like it to run on ...
Jason R. Coombs's user avatar
6 votes
2 answers
31k views

WGET command line for download videos

I'm trying to figure out WGET for downloading some videos at http://windowsclient.net/learn/videos_wpf.aspx. This page is an index page, and contains links to a page for each video; each page then ...
Steve Cooper's user avatar
3 votes
2 answers
23k views

Can I specify a destination with the ftp get command?

For example, like Windows COPY "source" "target"? or is it two steps? Use get to download to current directory Then do a copy to move to another location on my computer?
Tommy's user avatar
  • 669
6 votes
4 answers
4k views

Wget 1.12 binary for Windows, can anybody find it?

I've been trying to find a Wget v1.12 binary for Windows as it parses CSS. No success. I successfully compiled for OS X but can't do the same for Windows. Is anybody else able to find or compile?
user14124's user avatar
  • 1,091
85 votes
4 answers
120k views

Save a single web page (with background images) with Wget

I want to use Wget to save single web pages (not recursively, not whole sites) for reference. Much like Firefox's "Web Page, complete". My first problem is: I can't get Wget to save background images ...
user14124's user avatar
  • 1,091

15 30 50 per page
1
2