Page 1 of 1

WGET,Firefox 3.5 and Flashgot

Posted: Thu Jul 02, 2009 3:50 pm
by Patrik
Hi,
after upgrading to Firefox 3.5, when I try to download anything with Flashgot and WGET, an extra console window is opened and remains opened after download is finished.
this is command I'm using:

/K start C:\_Install\CygwinTools\WGET\wget.exe [--directory-prefix=FOLDER] [--referer=REFERER] [--post-data=POST]
[--load-cookies=CFILE] [--header=Cookie:COOKIE] [--input-file=UFILE] -c

Any idea what can be wrong? Before upgrade, everything was OK.

Patrik

Re: WGET,Firefox 3.5 and Flashgot

Posted: Thu Jul 02, 2009 4:07 pm
by Giorgio Maone
I guess they changed again the way consoles are attached to spawned processes.
What does happen if you use the path to wget.exe as the executable and keep only the part of the template past it?

Re: WGET,Firefox 3.5 and Flashgot

Posted: Fri Jul 03, 2009 6:51 am
by Patrik
OK with path to executable it works without problem - so with version 3.5 they returned functionality as it was before 3.x release.
Thanks a lot