Hi

> Instead,  I resorted to using WGET from http://www.wget.org
> <http://www.wget.org/> .  This utility has a million parameters and I
> have put the description at the bottom of this report.

I too have been having problems with cfhttp. I downloaded wget and started
tinkering with it.

Windows 2000 commandline invocation works well, but I can't get it to work
in CF code. My code is like this:

<cfset strwgetOutputPath = "d:\work\wget\wgetresult.htm">
<cfset strwgetExePath = "d:\work\wget\wget.exe">
<cfset strwgetArguments =
" --quiet --user-agent=Mozilla/4.0 --output-document=" & strwgetOutputPath &
" " & FORM.strURL><cfexecute name="#strwgetExePath#"
arguments="#strwgetArguments#" timeout="60" outputfile="a.out"></cfexecute>

The page waits longer than if I were to run wget commandline, and a
zero-byte output file is created. What gives?

Thanx.

----
Teng-Yan Loke | [EMAIL PROTECTED] | +65-62169727
Developer | novaSPRINT Systems Pte Ltd

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to