bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget creating file


From: Micah Cowan
Subject: Re: [Bug-wget] wget creating file
Date: Tue, 21 Dec 2010 11:03:09 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

(Sorry, had meant to send this to the list as well)

(12/20/2010 07:04 AM), Wines Joe IM wrote:
> Hi,
> 
> Can you please help?
> 
> My command is:
> wget --tries 1 --no-check-certificate "http://server:8080/trigger"; 
> --post-data="code=12345&pvob-name=VOB&stream-name=STREAM" -o 
> "C:\Temp\CIBuild.log"
> 
> The command is creating a file called "trigger" when I run this in the c.w.d. 
> How can I stop it creating this file? (Presumably it is picking up "trigger" 
> from the URL).

Fetching the page you asked it for is, after all, its primary purpose.

In Unix, you'd use "-O /dev/null" to supress saving to a real file; in
Windows I think it's "-O NUL" or maybe "-O NUL:".

-- 
Micah J. Cowan
http://micah.cowan.name/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]