mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
URL-SYNTAX.md: fix port number mistakes for IMAP and LDAP
Reported-by: Augment code URL: https://github.com/curl/curl/pull/20673#pullrequestreview-3838139961 Closes #20679
This commit is contained in:
parent
29758a6143
commit
57a1cc5587
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ If the port number is not specified in the URL, curl uses a default port
|
|||
number based on the provide scheme:
|
||||
|
||||
DICT 2628, FTP 21, FTPS 990, GOPHER 70, GOPHERS 70, HTTP 80, HTTPS 443,
|
||||
IMAP 132, IMAPS 993, LDAP 369, LDAPS 636, MQTT 1883, POP3 110, POP3S 995,
|
||||
IMAP 143, IMAPS 993, LDAP 389, LDAPS 636, MQTT 1883, POP3 110, POP3S 995,
|
||||
RTMP 1935, RTMPS 443, RTMPT 80, RTSP 554, SCP 22, SFTP 22, SMB 445, SMBS 445,
|
||||
SMTP 25, SMTPS 465, TELNET 23, TFTP 69
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue