Страница 1 из 1

ключи wget

Добавлено: 26 дек 2003, 12:46
kavenchuk
Пытаюсь закачать wget-ом папку с подкаталогами целиком:
wget -cvrx --proxy=on ftp://ftp3.ru.postgresql.org/pub/mirror ... bian/woody
в дереве вижу один файл woody и все.
wget -- help и man wget просветления не принесли.

Добавлено: 20 янв 2004, 22:04
exe

Добавлено: 21 янв 2004, 13:38
kavenchuk
# wget -cvrx --proxy=on ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/
--12:34:23-- ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/
=> `ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/binary/v7.4/debian/woody/index.html'
Connecting to 192.168.0.1:80... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]

[ <=> ] 1,135 --.--K/s

12:34:31 (11.01 KB/s) - `ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/binary/v7.4/debian/woody/index.html' saved [1135]


FINISHED --12:34:31--
Downloaded: 1,135 bytes in 1 files
#
# wget -cvrx --proxy=on ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/*
Warning: wildcards not supported in HTTP.
--12:40:00-- ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/*
=> `ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/binary/v7.4/debian/woody/*'
Connecting to 192.168.0.1:80... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]

[ <=> ] 272 --.--K/s

12:40:12 (1.01 MB/s) - `ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/binary/v7.4/debian/woody/*' saved [272]


FINISHED --12:40:12--
Downloaded: 272 bytes in 1 files
#

Не работает. Смущает
Warning: wildcards not supported in HTTP.
При чем здесь HTTP?