Re: Wiki mistake in using 'curl'

2007-09-15 Thread Yonik Seeley
On 9/15/07, Lance Norskog <[EMAIL PROTECTED]> wrote: > In the wiki are various examples of using 'curl' to post data. Curl > requires "-X POST" arguments to do this. Giving parameters such as -d or --data-binary seem to use POST. However, there may be some older curl examples somehwere on the wi

Wiki mistake in using 'curl'

2007-09-15 Thread Lance Norskog
In the wiki are various examples of using 'curl' to post data. Curl requires "-X POST" arguments to do this. The examples do not have this. Also the nice way to post a file to 'curl' is with '-T filename'. Will someone with superpowers please fix? Thanks, Lance Norskog