No FTP? Process dir listings!
April 15 2010, 12:39 AM
Download files from a dirlisting of a webserver
parse load/markup url http://tomka.hu/~lac/zax/oldies/ [some [
set t tag!
(parse t [ thru {a href="} copy h to {"}
(unless find h charset "?/" [print h append files h]) ]
) | string!]]
foreach f files [print f write/binary to-file f read/binary rejoin [url f]]This is too complicated, because of the double parsing.