curl(1): transfer URL - Linux man page
https://linux.die.net/man/1/curlcurl-F "web=@index.html;type=text/html" url.com or curl-F "name=daniel;type=text/foo" url.com You can also explicitly change the name field of an file upload part by setting filename=, like this: curl-F "file=@localfile;filename=nameinpost" url.com See further examples and details in the MANUAL. This option can be used multiple times.
curl man page - MIT
www.mit.edu › afs › sipbcurl - transfer a URL SYNOPSIS. curl [options] DESCRIPTION. curl is a tool to transfer data from or to a server, using one of the supported protocols (HTTP, HTTPS, FTP, FTPS, GOPHER, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction.
cURL - Manual
curl.se › docs › readmeMake curl transfer data no faster than 10 kilobytes per second: curl --limit-rate 10K www.far-away-site.com or curl --limit-rate 10240 www.far-away-site.com Or prevent curl from uploading data faster than 1 megabyte per second: curl -T upload --limit-rate 1M ftp://uploadshereplease.com When using the --limit-rate option, the transfer rate is ...
curl(1) - Linux manual page
https://www.man7.org/linux/man-pages/man1/curl.1.htmlIf you discover any rendering problems in this HTML version of the page, or you believe there is a better or more up-to-date source for the page, or you have corrections or improvements to the information in this COLOPHON (which is not part of the original manual page), send a mail to man-pages@man7.org Curl 7.52.0 16 Dec 2016 curl(1)
curl(1) — Arch manual pages
https://man.archlinux.org › mancurl is a tool for transferring data from or to a server. It supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, ...
curl - How To Use
https://curl.se/docs/manpage.htmlcurl --manual See also -v, --verbose, --libcurl and --trace. --max-filesize <bytes> (FTP HTTP MQTT) Specify the maximum size (in bytes) of a file to download. If the file requested is larger than this value, the transfer will not start and curl will return with exit code 63. A size modifier may be used.
curl - How To Use
curl.se › docs › manpagecurl --manual See also -v, --verbose, --libcurl and --trace. --max-filesize <bytes> (FTP HTTP MQTT) Specify the maximum size (in bytes) of a file to download. If the file requested is larger than this value, the transfer will not start and curl will return with exit code 63. A size modifier may be used.
curl - Tutorial
curl.se › docs › manualSee the manual for your FTP proxy to determine the form it expects to set up transfers, and curl's -v option to see exactly what curl is sending. Ranges HTTP 1.1 introduced byte-ranges.
curl - Documentation Overview
https://curl.se/docsThe book: Everything curl. This is a detailed and totally free book, available online (and as a PDF as a link from there) that explains everything there is to know about curl, libcurl and the associated project. Learn how to use curl. How to use libcurl. How to build them from source or perhaps how the curl project accepts contributions.
curl man page - MIT
https://www.mit.edu/afs.new/sipb/user/ssen/src/curl-7.11.1/docs/curl.htmlcurl recognizes the environment variable named 'CURL_CA_BUNDLE' if that is set, and uses the given path as a path to a CA cert bundle. This option overrides that variable. The windows version of curl will automatically look for a CA certs file named ´curl-ca-bundle.crt´, either in the same directory as curl.exe, or in the Current Working Directory, or in any folder along your PATH.