Von Webcam httpclient oder curl empfangen

Moin,

ich stehe gerade etwas auf dem Schlauch…Meine Webcam kann per Script httpclient POST und CURL ausführen wenn z.b eine Bewegung erkannt wird.

Aber wie bekomme ich das ins IPS??

Mein Kamera kann laut Handbuch hier so etwas:

/usr/bin/httpclient -M <method> [options] -S server_address server_port user_name password
[proxy setting] -U <URI> –r /mnt/flash/httplog

/usr/bin/httpclient -M POST -m „Digital Input Changed“ -S 172.16.2. 100 80 root pm -U

oder Curl

/usr/bin/curl [options…] url

/usr/bin/curl -v -u root:pm -d „Digital Input Changed“ http://172.16.2.100/cgi-bin/reportevent.cgi

Hat jemand eine Idee wie man das machen könnte?