I need to execute a https url from a script, is wget the go, or is there a better way:
this works wget --no-check-certificate "https://server.com/sendsms.php?user=me&pass=mypswd&to=phone&text=Hello world" -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
