ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] proxy for wget
@ 2007-01-31 17:31 Aleksander N.Gorohovski
  2007-01-31 18:22 ` spider
  2007-01-31 18:41 ` Denis Kirienko
  0 siblings, 2 replies; 7+ messages in thread
From: Aleksander N.Gorohovski @ 2007-01-31 17:31 UTC (permalink / raw)
  To: community

Доброго времени суток сообщество!

Пожалуйста подскажите в чём может быть причина
невозможности скачать через wget, например (или другой, без разницы)

$ wget -x  
ftp://ftp.altlinux.com/pub/distributions/ALTLinux/backports/3.0/i586/RPMS.backports/kdebase-3.5.5-alt3.0.M30.i586.rpm

--19:20:04--   
ftp://ftp.altlinux.com/pub/distributions/ALTLinux/backports/3.0/i586/RPMS.backports/kdebase-3.5.5-alt3.0.M30.i586.rpm
            =>  
`ftp.altlinux.com/pub/distributions/ALTLinux/backports/3.0/i586/RPMS.backports/kdebase-3.5.5-alt3.0.M30.i586.rpm'
Преобразование адреса ftp.altlinux.com... 217.16.24.7
Установка соединения с ftp.altlinux.com[217.16.24.7]:21... failed:  
Connection timed out.

Если это связано с вышестоящим прокси сервером, то как можно указать wget  
адрес прокси-сервера.
Пробовал делать
$ export PROXY=xxx.xxx.xxx.xxx

тоже нулевой результат.

p.s.
Если качать, например, Opera (или иным броузером), то всё получается.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] proxy for wget
  2007-01-31 17:31 [Comm] proxy for wget Aleksander N.Gorohovski
@ 2007-01-31 18:22 ` spider
  2007-01-31 18:44   ` Anton Gorlov
  2007-01-31 18:46   ` Aleksander N.Gorohovski
  2007-01-31 18:41 ` Denis Kirienko
  1 sibling, 2 replies; 7+ messages in thread
From: spider @ 2007-01-31 18:22 UTC (permalink / raw)
  To: ALT Linux Community

Aleksander N.Gorohovski пишет:
> Доброго времени суток сообщество!
> ...
> Если это связано с вышестоящим прокси сервером, то как можно указать wget  
> адрес прокси-сервера.
wgetrc?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] proxy for wget
  2007-01-31 17:31 [Comm] proxy for wget Aleksander N.Gorohovski
  2007-01-31 18:22 ` spider
@ 2007-01-31 18:41 ` Denis Kirienko
  1 sibling, 0 replies; 7+ messages in thread
From: Denis Kirienko @ 2007-01-31 18:41 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

Aleksander N.Gorohovski пишет:

> Если это связано с вышестоящим прокси сервером, то как можно указать wget  
> адрес прокси-сервера.
> Пробовал делать
> $ export PROXY=xxx.xxx.xxx.xxx

export ftp_proxy="http://xxx.xxx.xxx.xxx:3128/"
export http_proxy="http://xxx.xxx.xxx.xxx:3128/"

(укажите другой порт, если не 3128)

Можно это вписать в /etc/wgetrc, а лучше сделать глобальными параметрами.

--
Денис



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] proxy for wget
  2007-01-31 18:22 ` spider
@ 2007-01-31 18:44   ` Anton Gorlov
  2007-01-31 18:46   ` Aleksander N.Gorohovski
  1 sibling, 0 replies; 7+ messages in thread
From: Anton Gorlov @ 2007-01-31 18:44 UTC (permalink / raw)
  To: ALT Linux Community

spider пишет:
  ...
>> Если это связано с вышестоящим прокси сервером, то как можно указать wget  
>> адрес прокси-сервера.
> wgetrc?
или ~/.wgetrc

-- 
   np: silence


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] proxy for wget
  2007-01-31 18:22 ` spider
  2007-01-31 18:44   ` Anton Gorlov
@ 2007-01-31 18:46   ` Aleksander N.Gorohovski
  2007-02-01  9:42     ` spider
  1 sibling, 1 reply; 7+ messages in thread
From: Aleksander N.Gorohovski @ 2007-01-31 18:46 UTC (permalink / raw)
  To: ALT Linux Community

On Wed, 31 Jan 2007 20:22:30 +0200, spider wrote:

> Aleksander N.Gorohovski пишет:
>> Доброго времени суток сообщество!
>> ...
>> Если это связано с вышестоящим прокси сервером, то как можно указать  
>> wget
>> адрес прокси-сервера.
> wgetrc?

Похоже,
но что и как там должно быть написано?

у меня нет ни
/usr/local/etc/wgetrc
            Расположение по умолчанию глобального файла настроек.

        .wgetrc
            Пользовательский файл настроек.
:(

Спасибо.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] proxy for wget
  2007-01-31 18:46   ` Aleksander N.Gorohovski
@ 2007-02-01  9:42     ` spider
  2007-02-01 13:27       ` Aleksander N. Gorohovski
  0 siblings, 1 reply; 7+ messages in thread
From: spider @ 2007-02-01  9:42 UTC (permalink / raw)
  To: ALT Linux Community

Aleksander N.Gorohovski пишет:
> On Wed, 31 Jan 2007 20:22:30 +0200, spider wrote:
> у меня нет ни
> /usr/local/etc/wgetrc
Это для левого софта тут, а просто /etc/wgetrc?




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] proxy for wget
  2007-02-01  9:42     ` spider
@ 2007-02-01 13:27       ` Aleksander N. Gorohovski
  0 siblings, 0 replies; 7+ messages in thread
From: Aleksander N. Gorohovski @ 2007-02-01 13:27 UTC (permalink / raw)
  To: ALT Linux Community

On Thu, 01 Feb 2007 11:42:42 +0200, spider wrote:

> Aleksander N.Gorohovski пишет:
>> On Wed, 31 Jan 2007 20:22:30 +0200, spider wrote:
>> у меня нет ни
>> /usr/local/etc/wgetrc
> Это для левого софта тут, а просто /etc/wgetrc?

Премного благодарен Всем.
Это помогло.
:)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-02-01 13:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-31 17:31 [Comm] proxy for wget Aleksander N.Gorohovski
2007-01-31 18:22 ` spider
2007-01-31 18:44   ` Anton Gorlov
2007-01-31 18:46   ` Aleksander N.Gorohovski
2007-02-01  9:42     ` spider
2007-02-01 13:27       ` Aleksander N. Gorohovski
2007-01-31 18:41 ` Denis Kirienko

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git