Re: Pocket Reference for Common Lisp
- From: tim <TimJ@xxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 20:04:24 -0000
On Fri, 29 Feb 2008 07:32:25 -0800, Peter Christensen wrote:
Um, apparently more than just caffeine! I've been to that page probably
a dozen times, looked at, said "There's no way I'm downloading all these
files, I wish there was a package" and then left. Anyone, feel free to
chime in and tell me that "There's no such things as a stupid question"!
Thanks,
Peter
Not needed in this case, but there is always wget, on *nix at least. I
recently used it to download over 20,000 files from a web site, over a
period of several weeks. It even has restart facilities.
Tim
WGET(1)
GNU Wget
WGET(1)
NAME
Wget - The non-interactive network downloader.
SYNOPSIS
wget [option]... [URL]...
DESCRIPTION
GNU Wget is a free utility for non-interactive download of files
from the Web. It supports HTTP, HTTPS, and FTP protocols, as well
as retrieval through HTTP proxies.
Wget is non-interactive, meaning that it can work in the
background, while the user is not logged on. This allows you to
start a retrieval and disconnect from the system, letting Wget
finish the work. By contrast, most of the Web browsers require
constant user's presence, which can be a great hindrance when
transferring a lot of data.
Wget can follow links in HTML and XHTML pages and create local
versions of remote web sites, fully recreating the directory
structure of the orig- inal site. This is sometimes referred to as
``recursive downloading.'' While doing that, Wget respects the
Robot Exclusion Standard (/robots.txt). Wget can be instructed to
convert the links in downloaded HTML files to the local files for
offline viewing.
Wget has been designed for robustness over slow or unstable network
connections; if a download fails due to a network problem, it will
keep retry- ing until the whole file has been retrieved. If the
server supports regetting, it will instruct the server to continue
the download from where it left off.
.
- References:
- Pocket Reference for Common Lisp
- From: dfeustel
- Re: Pocket Reference for Common Lisp
- From: Ari Johnson
- Re: Pocket Reference for Common Lisp
- From: Peter Christensen
- Re: Pocket Reference for Common Lisp
- From: Kojak
- Re: Pocket Reference for Common Lisp
- From: Peter Christensen
- Pocket Reference for Common Lisp
- Prev by Date: Re: Install portable allegroserve under clisp (Missing IPADDR-TO-DOTTED )
- Next by Date: Re: Mixing text and binary data
- Previous by thread: Re: Pocket Reference for Common Lisp
- Next by thread: Re: Pocket Reference for Common Lisp
- Index(es):
Relevant Pages
|
|