by Nathan Myers
If you're moving files via TCP or programming interaction with an HTTP server, cURL is probably the right tool for the job.
2 of 5 users found the following review helpful. Was this review helpful to you? Yes | No
by denilsonsa
The main feature of curl, for me, is the ability to submit forms using the POST method. This means I can automate some things by script.
Another little nice feature is the interval syntax (like http://www.example.com/photo_[01-32].jpg).
However, the curl command-line syntax and behavior are not very good. If you just call curl, it will print progress info to the terminal, and will also send the output to stdout. In my opinion
1 of 5 users found the following review helpful. Was this review helpful to you? Yes | No