wget doesn't work
Posted: 19 Oct 2016 22:43
Hi,
When I navigate to this url with my browser, it works :
http://192.168.1.54:8083/ZWaveAPI/Run/d ... sic.Set(0)
I want to do the same from my terminal in raspberry pi (to schedule a cron) :
I tried :
sudo wget -o ./z-way.api -O ./z-way.api http://127.0.0.1:8083/ZWaveAPI/Run/devi ... Set%280%29
sudo wget -o ./z-way.api -O ./z-way.api "http://127.0.0.1:8083/ZWaveAPI/Run/devi ... sic.Set(0)"
...
any idea ?
I don't receive any error from the terminal.
Thank you
When I navigate to this url with my browser, it works :
http://192.168.1.54:8083/ZWaveAPI/Run/d ... sic.Set(0)
I want to do the same from my terminal in raspberry pi (to schedule a cron) :
I tried :
sudo wget -o ./z-way.api -O ./z-way.api http://127.0.0.1:8083/ZWaveAPI/Run/devi ... Set%280%29
sudo wget -o ./z-way.api -O ./z-way.api "http://127.0.0.1:8083/ZWaveAPI/Run/devi ... sic.Set(0)"
...
any idea ?
I don't receive any error from the terminal.
Thank you