mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
README.md: use the first paragraph from the man page
Which also mentions all protocols Closes #19335
This commit is contained in:
parent
5ec87346a9
commit
e5299a1b87
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@ SPDX-License-Identifier: curl
|
|||
|
||||
# [](https://curl.se/)
|
||||
|
||||
curl is a command-line tool for transferring data specified with URL syntax.
|
||||
curl is a command-line 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.
|
||||
|
||||
Learn how to use curl by reading [the
|
||||
manpage](https://curl.se/docs/manpage.html) or [everything
|
||||
curl](https://everything.curl.dev/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue