When I use wget as my download manager, the download starts fine, and opens up a terminal that it runs in, but I can't stop the download with ^z(ctrl-z) as I normally would be able to with wget. Is there any way to make the flashgot behave the same way as if I had instead opened up a terminal and typed:
Code: Select all
wget <URL>
and also, what's the actual command that FlashGot's "command line argument template" produces? It certainly doesn't simply open a terminal and run wget [URL] because if it did that then wget would behave correctly. Any help on this problem would be greatly appreciated as I have tried everything I could think of, including using bash scripts in FlashGot's "New Custom Download Manager" option.
If there is no way to fix this within flashgot, then does anyone know of a firefox plugin that can feed the url into a script at when you click on a download link?
Thanks in advance.