Objective-C Class / Library to send "curl -F" Objective-C Class / Library to send "curl -F" curl curl

Objective-C Class / Library to send "curl -F"


Sounds like NSTask:

Using the NSTask class, your program can run another program as a subprocess and can monitor that program’s execution. NSTask Class reference

Apple gives an example in Interacting with the Operating System. If you find the learning curve there a bit steep, start with the invaluable Quickies.