Unix and Linux Discussions Tagged with unix download |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
13,086 |
Cybersecurity |
|
|
|
18 |
21,429 |
HP-UX |
|
|
|
2 |
8,361 |
Solaris |
|
|
|
14 |
9,979 |
Solaris |
|
|
|
4 |
15,263 |
Shell Programming and Scripting |
|
|
|
1 |
4,658 |
Solaris |
|
|
|
4 |
55,737 |
Linux |
|
|
|
2 |
2,790 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,300 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
46,930 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
36,234 |
AIX |
|
|
|
5 |
11,155 |
Shell Programming and Scripting |
|
|
|
4 |
6,054 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
19,887 |
AIX |
|
|
|
2 |
6,102 |
Windows & DOS: Issues & Discussions |
|
|
|
1 |
3,623 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
15,915 |
Shell Programming and Scripting |
|
|
|
5 |
4,126 |
Solaris |
|
|
|
3 |
3,696 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,047 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,680 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
4,485 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,834 |
UNIX for Dummies Questions & Answers |
|
|
|
16 |
55,238 |
AIX |
|
|
|
7 |
6,335 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
10,208 |
Linux |
|
|
|
4 |
25,623 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
9,484 |
Shell Programming and Scripting |
|
|
|
4 |
4,046 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,217 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,988 |
HP-UX |
|
|
|
9 |
7,254 |
Ubuntu |
|
|
|
3 |
5,712 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
41,931 |
UNIX and Linux Applications |
|
|
|
8 |
9,821 |
AIX |
|
|
|
3 |
2,984 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
26,390 |
Shell Programming and Scripting |
|
|
|
21 |
11,980 |
Solaris |
|
|
|
1 |
2,806 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,009 |
UNIX for Dummies Questions & Answers |
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)