• Home
  • Raw
  • Download

Lines Matching full:curl

12 .\" * are also available at https://curl.se/docs/copyright.html.
21 .\" * SPDX-License-Identifier: curl
25 .\" DO NOT EDIT. Generated by the curl project gen.pl man page generator.
27 .TH curl 1 "%DATE" "curl %VERSION" "curl Manual"
29 curl \- transfer a URL
31 .B curl [options / URLs]
33 **curl** is a tool for transferring data from or to a server using URLs. It
38 curl is powered by libcurl for all transfer-related features. See
44 If you provide a URL without a leading **protocol://** scheme, curl guesses
47 "ftp." curl assumes you want FTP.
54 curl attempts to reuse connections when doing multiple transfers, so that
58 separate curl runs.
65 its argument, curl assumes is a URL and treats it as such.
101 curl supports command line variables (added in 8.3.0). Set variables with
124 When expanding variables, curl supports a set of functions that can make the
143 If not told otherwise, curl writes the received data to stdout. It can be
145 --remote-name options. If curl is given multiple URLs to transfer on the
148 curl does not parse or otherwise "understand" the content it gets or writes as
152 curl supports numerous protocols, or put in URL terms: schemes. Your
157 Read or write local files. curl does not support accessing file:// URL
161 curl supports the File Transfer Protocol with a lot of tweaks and levers. With
166 curl supports HTTP with numerous options and variations. It can speak HTTP
170 Using the mail reading protocol, curl can "download" emails for you. With or
173 curl can do directory lookups for you, with or without TLS.
175 curl supports MQTT version 3. Downloading over MQTT equals "subscribe" to a
183 and curl can download it.
185 curl supports RTSP 1.0 downloads.
187 curl supports SSH version 2 scp transfers.
189 curl supports SFTP (draft 5) done over SSH version 2.
191 curl supports SMB version 1 for upload and download.
196 Telling curl to fetch a telnet URL starts an interactive session where it
199 curl can do TFTP downloads and uploads.
201 curl normally displays a progress meter during operations, indicating the
207 curl displays this data to the terminal by default, so if you invoke curl to
223 This man page describes curl %VERSION. If you use a later version, chances are
228 You can always learn which the latest curl version is by running
230 curl https://curl.se/info
233 https://curl.se/docs/manpage.html