ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Yury Aliaev <mutab0r@rambler.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Зеркалирование ftp-сайта
Date: Mon, 01 Nov 2004 14:07:43 +0300
Message-ID: <418618FF.6000601@rambler.ru> (raw)
In-Reply-To: <20041029131406.GD3601@wrars-comp.wrarsdomain>

Andrey Rahmatullin пишет:
> On Fri, Oct 29, 2004 at 03:21:54PM +0400, Yury Aliaev wrote:
> 
>>раскрывает шаблон "*", хотя его man клятвенно это обещал.
> 
> Где?

--glob=on/off
            Turn FTP globbing on or off.  Globbing means you may use the 
shell-
            like special characters (wildcards), like *, ?, [ and ] to 
retrieve
            more than one file from the same directory at once, like:

                    wget ftp://gnjilux.srk.fer.hr/*.msg

            By default, globbing will be turned on if the URL contains a 
glob-
            bing character.  This option may be used to turn globbing on 
or off
            permanently.
 

            You may have to quote the URL to protect it from being 
expanded by
            your shell.  Globbing makes Wget look for a directory listing,
            which is system-specific.  This is why it currently works 
only with
            Unix FTP servers (and the ones emulating Unix "ls" output).



> 
>   ·   Загрузить из каталога GIF-файлы на HTTP сервере. Команда wget
>       http://www.server.com/dir/*.gif не будет работать, так как
>       маскировочные символы не поддерживаются при загрузке по протоколу
>       HTTP.  Используйте:

У МЕНЯ ЖЕ FTP!!!!! (Мария-Бартоломео-Франческа-Медичи...)

>               wget -r -l1 --no-parent -A.gif http://www.server.com/dir/

Забавно, только что обнаружил, что у меня не стоят man-pages-ru. 
Интересно, выходит, что содержание манов в русском и английском 
вариантах различаются?

Кстати, вот результат применения Вашего примера к моей конкретике:

[mutabor@nort try]$ wget -r -l1 --no-parent -A.bz2 
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/base/
--13:59:14-- 
ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/base/
            => 
`ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/base/index.html'
Установка соединения с 192.168.1.1:3128... соединились.
Запрос Proxy послан, ожидание ответа... 200 Ftp Gateway
Длина: нет информации [text/html]

     [ <=>                                 ] 2,169         --.--K/s

13:59:14 (20,69 MB/s) - 
`ftp.altlinux.ru/pub/distributions/ALTLinux/Daedalus/i586/base/index.html' 
сохранен [2169]


ЗАВЕРШЕНО --13:59:14--
Принято: 2,169 байт в 1 файлax

т.е. wget упрямо скачивает index.html, несмотря на то, что в указанной 
директории лежат два .bz2 файла: pkglust.daedalus.bz2 и srclist.daedalus.bz2


  reply	other threads:[~2004-11-01 11:07 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-28 13:28 Yury Aliaev
2004-10-28 14:05 ` Mikhail Pokidko
2004-10-29  7:23   ` Yury Aliaev
2004-10-28 15:46 ` Maxim Tyurin
2004-10-29  7:24   ` Yury Aliaev
2004-10-29  7:42     ` Maxim Tyurin
2004-10-29  8:10       ` Yury Aliaev
2004-10-29  4:11 ` Sergey A. Kolesnitchenko
2004-10-29  7:25   ` Yury Aliaev
2004-10-29  8:12     ` Yury Aliaev
2004-10-29  9:59       ` Ivan Fedorov
2004-10-29 10:19         ` Yury Aliaev
2004-10-29 10:24           ` Dmytro O. Redchuk
2004-10-29 11:21             ` Yury Aliaev
2004-10-29 12:49               ` Dmytro O. Redchuk
2004-11-01 10:54                 ` Yury Aliaev
2004-10-29 13:14               ` Andrey Rahmatullin
2004-11-01 11:07                 ` Yury Aliaev [this message]
2004-11-01 11:34                   ` Vladimir Lettiev
2004-11-01 11:56                     ` Yury Aliaev
2004-11-01 12:19                     ` Юрий
2004-11-01 12:26                       ` Yury Aliaev
2004-11-01 15:47                   ` Andrey Rahmatullin
2004-11-01  8:51               ` Денис Смирнов
2004-11-01 11:08                 ` Yury Aliaev
2004-10-29 17:25 ` scor
2004-11-01 11:10   ` Yury Aliaev
2004-10-29 17:28 ` scor
2004-10-30  7:51 ` Alexey Borovskoy
2004-11-01 11:12   ` Yury Aliaev
2004-11-02  5:59     ` Eugene Ostapets
2004-11-02  8:01       ` Yury Aliaev
2004-11-02 19:34         ` Eugene Ostapets
2004-11-04  7:57           ` Yury Aliaev
2004-11-04 20:46             ` Eugene Ostapets

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=418618FF.6000601@rambler.ru \
    --to=mutab0r@rambler.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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