12 lines
492 B
Markdown
12 lines
492 B
Markdown
|
<!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
|
||
|
<!-- SPDX-License-Identifier: curl -->
|
||
|
# DESCRIPTION
|
||
|
|
||
|
**curl** is a tool for transferring data from or to a server using URLs. It
|
||
|
supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS,
|
||
|
IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP,
|
||
|
SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.
|
||
|
|
||
|
curl is powered by libcurl for all transfer-related features. See
|
||
|
*libcurl(3)* for details.
|