Page 1 of 1

httpget ?

Posted: 16 Aug 2008, 06:45
by mbruegel
I would like to control my intranet power switchbox from Bubba.
Right now I am using my windows server with httpget.
Is this the best way for Bubba too ?
Are there alternatives on LINUX ?
How do I install httpget on Bubba ?

Any suggestions are welcome.

Michael Brügel

Posted: 16 Aug 2008, 12:54
by DanielM
I don't know anything about httpget, but after a quick look it seems to do the same thing as wget, which is kinda standard in Linux systems for downloading http stuff from command line. I don't know if it's in Bubba from default, but it's easy to install using apt-get.

/Daniel