--- In [email protected], "Sheri" <sheri...@...> wrote: > > I still can't do it with wget. In fact I wasn't getting any > output from your scriptlet, so I tried to run it from a command > line. I got an error that said I needed to contact wget's > development team.
I got it now. To do so, I needed this wget: <http://www.christopherlewis.com/WGet/WGetFiles.htm> instead of the GNU one, I had to add a dot to the beginning of each cookie in my cookies.txt file, I had surround all file names in arguments with "\x22" (i.e., double quotes), and I had to change the ampersands in the url to "&" entities. The two wget exe's are the same version. The one that works for me indicates it was compiled on MSVC, while the GNU one was compiled on MingGW. The GNU was working to some degree, e.g., to get files that didn't need cookies. Regards, Sheri
