$10 for a "day." (See above.)
-B-
-B-
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This site may earn a commission from merchant affiliate
links, including eBay, Amazon, Skimlinks, and others.
Beowulf said:Terry,
If you built the URLS.TXT file for a '95 LC then please post it or send it to me. One less that I'll have to do whenever I get around to it.
-B-
SeaTown Adam said:So I've got my TIS account, installed WGET, built the urls.txt, and the cookies.txt. I have tried to execture the copy several times and get the same error message: (for example)
--14:54:30-- http://techinfo.toyota.com/ileaf/01toybrm/01toypdf/brmsourc/97land
cr/bodydime/bodyo1.pdf
=> `techinfo.toyota.com/ileaf/01toybrm/01toypdf/brmsourc/97landcr/bod
ydime/bodyo1.pdf'
Connecting to techinfo.toyota.com|63.87.74.102|:80... failed: Connection refused
.
Anyone who has successfully attempted this have any thoughts? I'm behind a firewall and use a proxy server to get out to the internet... could that be a problem?
To make wget use a proxy, you must set up an environment variable before using wget. Type this at the command prompt:
set http_proxy=http://proxy.myprovider.net:8080
...where you use the correct proxy hostname and port for your ISP or network. You can use ftp_proxy to proxy ftp requests.
--proxy=on
--proxy=off
Turn proxy usage on/off once variable is set.