diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-23 14:33:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-23 14:33:08 +0000 |
commit | 4cf3ad07e595d5fc0fd18ddfffa1f6eb295730c9 (patch) | |
tree | b72347832988e163adf113ac4d3c58a598bf3935 /docs | |
parent | 557cc55f6f398c0cd02571c077d5c73156820513 (diff) |
--libcurl does not support -F
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 5cf97f648..bfa1a7d6f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -659,6 +659,10 @@ Append this option to any ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does! +NOTE: this does not properly support -F and the sending of multipart +formposts, so in those cases the output program will be missing necessary +calls to \fIcurl_formadd(3)\fP, and possibly more. + If this option is used several times, the last given file name will be used. .IP "--limit-rate <speed>" Specify the maximum transfer rate you want curl to use. This feature is useful |