Unix and Linux Discussions Tagged with linux download |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
192 |
260,145 |
Open Source |
|
|
|
4 |
21,432 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
14,733 |
Linux |
|
|
|
6 |
18,306 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,203 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
20,774 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
5,812 |
Red Hat |
|
|
|
18 |
21,210 |
HP-UX |
|
|
|
5 |
3,564 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
32,250 |
Programming |
|
|
|
2 |
6,871 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,672 |
Red Hat |
|
|
|
3 |
28,022 |
AIX |
|
|
|
3 |
51,128 |
Linux |
|
|
|
1 |
5,207 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
9,203 |
Linux |
|
|
|
9 |
46,918 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
36,137 |
AIX |
|
|
|
5 |
7,896 |
Linux |
|
|
|
5 |
7,675 |
Solaris |
|
|
|
4 |
6,049 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
16,589 |
Programming |
|
|
|
3 |
22,865 |
Linux |
|
|
|
1 |
3,826 |
Programming |
|
|
|
7 |
19,769 |
AIX |
|
|
|
2 |
5,959 |
Windows & DOS: Issues & Discussions |
|
|
|
11 |
9,783 |
Windows & DOS: Issues & Discussions |
|
|
|
3 |
7,090 |
UNIX and Linux Applications |
|
|
|
9 |
8,718 |
SuSE |
|
|
|
4 |
40,504 |
AIX |
|
|
|
1 |
15,519 |
Gentoo |
|
|
|
4 |
3,153 |
Linux |
|
|
|
2 |
11,857 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,336 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,041 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
7,875 |
Debian |
|
|
|
1 |
2,674 |
UNIX for Dummies Questions & Answers |
|
|
|
28 |
27,479 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,830 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
12,902 |
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)