Monday, December 17, 2012

CURL Commands


Password secure:

curl –data-binary @<Filename> -k -u adminhttps://hostname:5550Admin Password

Non password secure:curl –data-binary @request.xml https://hostname:5550 -u admin:{adminPW} -k

To check weather server is up or not:curl -f http://<hostname&gt;:7400/monitor

No comments:

Post a Comment