Пытаюсь закачать wget-ом папку с подкаталогами целиком:
wget -cvrx --proxy=on ftp://ftp3.ru.postgresql.org/pub/mirror ... bian/woody
в дереве вижу один файл woody и все.
wget -- help и man wget просветления не принесли.
ключи wget
ключи wget
С уважением, Ярослав Кавенчук.
wget -cvrx --proxy=on ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/
или ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/*
Работает?
или ftp://ftp3.ru.postgresql.org/pub/mirror ... ian/woody/*
Работает?
# 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?
--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?
С уважением, Ярослав Кавенчук.