Unix and Linux Discussions Tagged with linux download |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
192 |
262,414 |
Open Source |
|
|
|
4 |
21,444 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
14,792 |
Linux |
|
|
|
6 |
18,312 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,217 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
21,009 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
5,940 |
Red Hat |
|
|
|
18 |
21,429 |
HP-UX |
|
|
|
5 |
3,568 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
32,356 |
Programming |
|
|
|
2 |
6,883 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,761 |
Red Hat |
|
|
|
3 |
28,104 |
AIX |
|
|
|
3 |
51,227 |
Linux |
|
|
|
1 |
5,300 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
9,275 |
Linux |
|
|
|
9 |
46,930 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
36,234 |
AIX |
|
|
|
5 |
7,966 |
Linux |
|
|
|
5 |
7,712 |
Solaris |
|
|
|
4 |
6,054 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
16,604 |
Programming |
|
|
|
3 |
22,925 |
Linux |
|
|
|
1 |
3,923 |
Programming |
|
|
|
7 |
19,887 |
AIX |
|
|
|
2 |
6,102 |
Windows & DOS: Issues & Discussions |
|
|
|
11 |
10,001 |
Windows & DOS: Issues & Discussions |
|
|
|
3 |
7,223 |
UNIX and Linux Applications |
|
|
|
9 |
8,992 |
SuSE |
|
|
|
4 |
40,616 |
AIX |
|
|
|
1 |
15,740 |
Gentoo |
|
|
|
4 |
3,197 |
Linux |
|
|
|
2 |
11,963 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,423 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,047 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
7,981 |
Debian |
|
|
|
1 |
2,680 |
UNIX for Dummies Questions & Answers |
|
|
|
28 |
27,498 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,834 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
13,074 |
Red Hat |
DIFFINDEX-DOWNLOAD(1) DIFFINDEX-DOWNLOAD(1)
NAME
diffindex-download - Download utility for Debian Contents files
SYNOPSIS
diffindex-download [ options ] URL filename
DESCRIPTION
diffindex-download is a command line tool for downloading Contents files. It uses APT's diff/Index format patches when available to avoid
downloading the full file. diffindex-download is used by apt-file.
OPTIONS
-n number
If more than number patches would be necessary, download the whole file. Specifying 0 to always download the whole file is possible.
-k Don't verify the peer certificate when using https.
-c cacert
If cacert is a directory: Use cacert as CA certificate path. Otherwise use cacert as CA certificate bundle. See the --capath and
--cacert options in the curl(1) man page.
-i Don't exit with errror if the URL does not exist. This is useful as some archives don't provide Contents files.
-q Be quiet (opposite of -v). The default if stdout is not a terminal.
-v Be verbose (opposite of -q). The default if stdout is a terminal.
-d Print additional debug info.
-h Display a short help screen.
SEE ALSO
apt-file(1), diffindex-rred(1), curl(1)
AUTHOR
diffindex-download was written by Stefan Fritsch <sf@debian.org>.
January 2009 DIFFINDEX-DOWNLOAD(1)