Search found 2 matches
- May 21st, 2014, 1:52 pm
- Forum: General Help
- Topic: Pauze sabnzbd from commandline?
- Replies: 7
- Views: 5591
Re: Pauze sabnzbd from commandline?
Isn't this about not using single quotes? Examples how to use it: ... sander@flappie:~$ curl 'http://localhost:8080/api?mode=pause' ok sander@flappie:~$ hi everyone ! yes it worked with the quotes ! i didn't try the other proposed solutions as this one worked fine for me ! ;D @jcfp : no i didn't po...
- May 20th, 2014, 10:30 am
- Forum: General Help
- Topic: Pauze sabnzbd from commandline?
- Replies: 7
- Views: 5591
Re: Pauze sabnzbd from commandline?
Use an API call with wget or curl curl http://localhost:8080/api?mode=pause&apikey=APIKEY You can find the APIKEY in Config->General There's some documentation about the API here: http://wiki.sabnzbd.org/api hello, I'm not as lucky as beukie , as i tried many commands & didn't succeed... :(...