You can issue any of the ReST methods defined for Cloud Files with the cURL utility. For example, you can use cURL to send POST and DELETE requests even though we have not provided specific examples.
It should be noted that generally each time curl is invoked to perform an
operation, a separate TCP/IP and SSL connection is created and thrown away. The language
APIs, however, are designed to re-use these connections between operations and therefore
provide much better performance. It is recommended that you use one of the
language APIs in your production applications and limit curl to
quick-and-easy testing/troubleshooting.

