Download a file non\-interactively via HTTP. Transfers through both I2P and
the regular Internet are supported.
.P
Eepget is able to cope with slow or unstable network connections; if a
download is not successful because of a network problem, it will keep
retrying until the whole file has been retrieved (if the \-n option is set).
If supported by the remote server, eepget will instruct the server to
continue the download from the point of interruption.
.SHOPÇÕES
\fB\-c\fP
.TP
Clearnet. Do not use a proxy. Same as \fB\-p\fP :0 .
.TP
\fB\-e\fP etag
.TP
Sets the etag value in the request headers.
.TP
\fB\-h\fP name=value
.TP
Adds an arbitrary request header with the given name and value.
.TP
\fB\-l\fP lineLen
.TP
Controls the progress display. \fB\ lineLen \fP is the length of one progress line in characters. The default is 40.
.TP
\fB\-m\fP markSize
.TP
Controls the progress display. \fB\ markSize \fP is the number of bytes one '#' character represents. The default is 1024.
.TP
\fB\-n\fP retries
.TP
Specify the number of times to retry downloading if the download isn't successful. If this option is not specified, eepget will not retry.
.TP
\fB\-o\fP file
.TP
Sets the output file to write to. If this option is not given, the output filename will be determined by the URL.
.TP
\fB\-p\fP proxy_host[:port]
.TP
Specify an I2P proxy server (eeproxy) to use. If the port is not specified, eepget will use 4444. If this option is not specified, eepget will use 127.0.0.1:4444. Specify \fB\-c\fP or \fB\-p\fP :0 to disable the eeproxy.