• Home
  • Raw
  • Download

Lines Matching full:curl

12 .\" * are also available at https://curl.se/docs/copyright.html.
23 .\" DO NOT EDIT. Generated by the curl project gen.pl man page generator.
25 .TH curl 1 "16 Dec 2016" "Curl 7.52.0" "Curl Manual"
27 curl \- transfer a URL
29 .B curl [options / URLs]
31 .B curl
38 curl offers a busload of useful tricks like proxy support, user
43 curl is powered by libcurl for all transfer-related features. See
88 If you specify URL without protocol:// prefix, curl will attempt to guess what
91 with "ftp." curl will assume you want to speak FTP.
93 curl will do its best to use what you pass to it as a URL. It is not trying to
97 curl will attempt to re-use connections for multiple file transfers, so that
100 specified on a single command line and cannot be used between separate curl
103 If not told otherwise, curl writes the received data to stdout. It can be
105 --remote-name options. If curl is given multiple URLs to transfer on the
108 curl does not parse or otherwise "understand" the content it gets or writes as
112 curl supports numerous protocols, or put in URL terms: schemes. Your
117 Read or write local files. curl does not support accessing file:// URL
121 curl supports the File Transfer Protocol with a lot of tweaks and levers. With
126 curl supports HTTP with numerous options and variations. It can speak HTTP
130 Using the mail reading protocol, curl can "download" emails for you. With or
133 curl can do directory lookups for you, with or without TLS.
135 curl supports MQTT version 3. Downloading over MQTT equals "subscribe" to a
143 and curl can download it.
145 curl supports RTSP 1.0 downloads.
147 curl supports SSH version 2 scp transfers.
149 curl supports SFTP (draft 5) done over SSH version 2.
151 curl supports SMB version 1 for upload and download.
156 Telling curl to fetch a telnet URL starts an interactive session where it
159 curl can do TFTP downloads and uploads.
161 curl normally displays a progress meter during operations, indicating the
167 curl displays this data to the terminal by default, so if you invoke curl to