wget에서 ftp로 부터 받을때는
-g, --glob-on/off 같은 file globbing을 켜는 옵션이 있는데
HTTP쪽으로는 없는것 같네요
받고 싶은 file url 리스트를 따로 만들어서
-i, --input-file=FILE 옵션을 사용하시든지
그냥
wget 파일URL1 파일URL2 ....
이런식으로 받으셔야 할겁니다.
사용한 파일은
GNU Wget 1.10.2 (Red Hat Modified)
라고 나옵니다.
옵션을 보니
2.6 Directory Options
-nd
--no-directories
Do not create a hierarchy of directories when retrieving recursively. With this option turned on, all files will get saved to the current directory, without clobbering (if a name shows up more than once, the filenames will get extensions .n).
wget은 filename globbing을
wget은 filename globbing을 FTP에서만 지원합니다. --recursive 옵션을 주시면서 -A와 -R로 확장자를 제한하시면 어떨까요.
자세한 것은 man wget 또는 info wget 해보시면 나옵니다.
잘 안되는데요..^^;;
디렉토리와 index.html파일들은 받아지는데, 정작 원하는 파일은 안 들어옵니다.
>more list.txt
nc
>wget --recursive -A list.txt http://aaa.bb.cc.dd/................../data
디렉토리가 7개 이상되는데, 갯수의 제한이 있는건가요.
웹으로부터 많은 수의 파일을 한번에 받을 수 있게 하는 다른 리눅스 명령어나 쓸만한 프로그램은 없는지요.
아마도 없을듯 합니다.
wget에서 ftp로 부터 받을때는
-g, --glob-on/off 같은 file globbing을 켜는 옵션이 있는데
HTTP쪽으로는 없는것 같네요
받고 싶은 file url 리스트를 따로 만들어서
-i, --input-file=FILE 옵션을 사용하시든지
그냥
wget 파일URL1 파일URL2 ....
이런식으로 받으셔야 할겁니다.
답변쓰고 보니 위에 글이 올라왔는데 위처럼 하면 되겠네요. :)
wget -rnd
예를 들어, http://www.abc.com/mydir/밑에 있는 디렉토리 및 파일들을 모두 받고 싶으시면,
wget -rnd URL
예) wget -rnd http://www.abc.com/mydir/
하시면, 내 컴퓨터에 mydir이라는 디렉토리가 생기고, 여기에 똑같은 디렉토리 구조로 받아집니다.
Astronomy+Linux
이걸로 하니...
현재 디렉토리에 다 받아지네요.. 디렉토리는 생성되지 않는 듯 합니다.
사용한 파일은
GNU Wget 1.10.2 (Red Hat Modified)
라고 나옵니다.
옵션을 보니
2.6 Directory Options
-nd
--no-directories
Do not create a hierarchy of directories when retrieving recursively. With this option turned on, all files will get saved to the current directory, without clobbering (if a name shows up more than once, the filenames will get extensions .n).
라고 되어있네요. -r 은 recursive옵션일테고..
제가 생각이
제가 생각이 짧았습니다. http://aaa.bb.cc.kr/data/ 여기에 접속했을 때 서빙되는 HTML 문서가 있어야만, 또 문서에 원하는 파일들이 모두 링크돼있어야만 가능할 것 같습니다.
wget --recursive http://blacksun.ivyro.net/wget/ -R.h
wget --recursive http://blacksun.ivyro.net/wget/ -A.c
이렇게라면 가능합니다.
wget 리스트로 받기
wget -i filelist.txt
댓글 달기