Hi, I was wondering about the command output of wget. I used a Java Runtime exec and, although the wget process ended with a 0 completion code, the results appeared in the error stream and not the output stream.
As a further test, I executed the same command at the command line and redirected output to a file using the > operator. Upon completion the file was empty, but the results scrolled down the screen. This had me thinking that the wget command itself is directing its regular output to sderr instead of stdout. The results of the wget command, from what I could tell, weren't error conditions but regular output from a successful execution. Your feedback would be appreciated. regards, -- Bryan Baas Weyco IT x1808 414 241 0499 (cell)
