I have to make a web service call through CURL in shell script. For this, CURL should be enabled.
Below is my server details:
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
below is a web service call through CURL:
curl -u graeme:abcd -i -F name=files -F [email protected] https://app.abcxyz.com/api/settings/employees/upload/csv_external
- How should I enable or install CURL in my Solaris server?
- Can I use CURL in my shell script?
- Through CURL, can I post the file too?
curl
from repositories, download the source and compile it, use the ports system to install it, or whatever other means your unspecified distribution uses to install software.yum install curl
if it's Solaris you'll have to use OpenCSW