2017-03-29 14:16:45 +00:00
. \"*******************************************************************
. \"
. \" This file was generated with po4a. Translate the source file.
. \"
. \"*******************************************************************
.TH EEPGET 1 "26 января 2017" "" I2P
2017-04-29 15:20:42 +00:00
.SH ИМЯ
2017-07-31 19:02:24 +00:00
Eepget \- загрузчик I2P
2017-03-29 14:16:45 +00:00
2017-07-31 19:02:24 +00:00
.SH СИНОПСИС
2017-03-29 14:16:45 +00:00
\fB eepget\fP [\fI options\fP ]\fI URL\fP
.br
.SH ОПИСАНИЕ
.P
2017-11-03 20:30:28 +00:00
Неинтерактивное скачивание файла через HTTP. Поддерживается передача как
через I2P, так и через обычный Интернет.
2017-03-29 14:16:45 +00:00
.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.
2017-04-29 15:20:42 +00:00
.SH ОПЦИИ
2017-03-29 14:16:45 +00:00
\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
2017-04-29 15:20:42 +00:00
Укажите сколько раз нужно повторить попытку, если загрузка не удалась. Если значение не указано, то eepget не будет повторять попытку.
2017-03-29 14:16:45 +00:00
.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.
.TP
\fB \- t\fP seconds
.TP
Sets the inactivity timeout. The default is 60 seconds.
.TP
\fB \- u\fP username
.TP
2017-11-03 20:30:28 +00:00
Задайте имя пользователя для авторизации прокси, если требуется.
2017-03-29 14:16:45 +00:00
.TP
\fB \- x\fP password
.TP
Sets the password for proxy authorization, if required. If a username is specified but not a password, EepGet will prompt for the password.
2017-11-03 20:30:28 +00:00
.SH "С Т А Т У С ВЫХОДА"
2017-03-29 14:16:45 +00:00
\fB eepget\fP exits with status zero upon successful transfer and non\- zero if
there were problems with the download.
2017-07-31 19:02:24 +00:00
.SH "СООБЩИТЬ ОБ ОШИБКАХ"
2017-03-29 14:16:45 +00:00
Please enter a ticket on
.UR https://trac.i2p2.de/
the I2P trac page
.UE .
.SH "С М . ТАКЖЕ"
\fB i2prouter\fP (1) \fB curl\fP (1) \fB wget\fP (1)