Download utility for devs. Xdialog progress. # New version.

Under development: PCMCIA, wireless, etc.
Message
Author
brokenman
Posts: 25
Joined: Thu 20 Oct 2011, 23:00

#46 Post by brokenman »

Thought i would post about the downloader with progress bar downloading from sourceforge. To get the proper file name use:

wget --trust-server-names --no-check-certificate $url

Nice little downloader gui too :)

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#47 Post by sunburnt »

brokeman; So the new part is: --trust-server-names
It already has: --no-check-certificate

Thanks guy... I`ll add it and put it in the download. Terry B.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#48 Post by Geoffrey »

This don't work in Carolina, I would suspect the same for Racy and Wary too.

Code: Select all

wget: unrecognized option '--trust-server-names'

My version of wget

Code: Select all

GNU Wget 1.12, a non-interactive network retriever.
I compiled the latest wget-1.15 in Carolina using these options and now it works, might work with wary too.

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-nls --disable-rpath --with-gnu-ld --with-ssl=openssl
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#49 Post by sunburnt »

This is the horror of maintaining a project. Thanks Geoffrey. 8)

I`m now trying to imagine how I can setup a with/without arrangement.
Last edited by sunburnt on Tue 12 Aug 2014, 02:02, edited 1 time in total.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#50 Post by technosaurus »

oops, guess I should post more of my code examples:

Xdialog progress bars using wget and Xdialog
http://www.murga-linux.com/puppy/viewto ... 239#597239

targress (when opening large tarballs)
http://www.murga-linux.com/puppy/viewto ... 741#627741

goingnuts port to gtkdialog1, and 2 (gtk1 and gtk2 versions) progress
http://www.murga-linux.com/puppy/viewto ... 609#628609
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply