WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: wget options  (Read 1808 times)

Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
wget options
« on: December 14, 2009, 02:51:26 AM »
A month ago I coded an automated update script including a progress display using the output of busybox version of wget.

For some other reason in the meantime I installed the full wget extension.

This full wget creates a different output that doesn't fit into the ready made progress window of my update script.

So I'm in search for the options which make 'full' wget behave like busybox wget.

As there are a lot of possible options (without -nv I get too much and with -nv wget progress stars are away) it seems difficult to find the needed combination.

Does anybody know by using which options 'full' wget will create a similar output as busybox wget?

------ edited

Probably solved - I'll try to use both versions side by side - the busybox version within my update script (by giving the full path to that version)  - and the full version at some other code lines.

Thanks, thehatsrules, for the tip - didn't bear the 'side by side' possibility in my mind.
« Last Edit: December 14, 2009, 03:39:24 AM by JoXo009 »