Josh Soref 2021-07-18 21:51:43 -04:00 committed by Jay Satiro
parent 26ba98807f
commit 95434681bf
5 changed files with 13 additions and 13 deletions

View File

@ -4,6 +4,6 @@ Help: Disable URL sequences and ranges using {} and []
Category: curl Category: curl
--- ---
This option switches off the "URL globbing parser". When you set this option, This option switches off the "URL globbing parser". When you set this option,
you can specify URLs that contain the letters {}[] without having them being you can specify URLs that contain the letters {}[] without having curl itself
interpreted by curl itself. Note that these letters are not normal legal URL interpret them. Note that these letters are not normal legal URL contents but
contents but they should be encoded according to the URI standard. they should be encoded according to the URI standard.

View File

@ -13,7 +13,7 @@ WARNING: this option is experimental. Do not use in production.
Tells curl to use HTTP version 3 directly to the host and port number used in Tells curl to use HTTP version 3 directly to the host and port number used in
the URL. A normal HTTP/3 transaction will be done to a host and then get the URL. A normal HTTP/3 transaction will be done to a host and then get
redirected via Alt-SVc, but this option allows a user to circumvent that when redirected via Alt-Svc, but this option allows a user to circumvent that when
you know that the target speaks HTTP/3 on the given host and port. you know that the target speaks HTTP/3 on the given host and port.
This option will make curl fail if a QUIC connection cannot be established, it This option will make curl fail if a QUIC connection cannot be established, it

View File

@ -4,7 +4,7 @@ Help: Dump libcurl equivalent code of this command line
Added: 7.16.1 Added: 7.16.1
Category: curl Category: curl
--- ---
Append this option to any ordinary curl command line, and you will get a Append this option to any ordinary curl command line, and you will get
libcurl-using C source code written to the file that does the equivalent libcurl-using C source code written to the file that does the equivalent
of what your command-line operation does! of what your command-line operation does!

View File

@ -9,7 +9,7 @@ Category: ftp pop3
When listing an FTP directory, this switch forces a name-only view. This is When listing an FTP directory, this switch forces a name-only view. This is
especially useful if the user wants to machine-parse the contents of an FTP especially useful if the user wants to machine-parse the contents of an FTP
directory since the normal directory view doesn't use a standard look or directory since the normal directory view doesn't use a standard look or
format. When used like this, the option causes a NLST command to be sent to format. When used like this, the option causes an NLST command to be sent to
the server instead of LIST. the server instead of LIST.
Note: Some FTP servers list only files in their response to NLST; they do not Note: Some FTP servers list only files in their response to NLST; they do not
@ -18,8 +18,8 @@ include sub-directories and symbolic links.
(POP3) (POP3)
When retrieving a specific email from POP3, this switch forces a LIST command When retrieving a specific email from POP3, this switch forces a LIST command
to be performed instead of RETR. This is particularly useful if the user wants to be performed instead of RETR. This is particularly useful if the user wants
to see if a specific message id exists on the server and what size it is. to see if a specific message-id exists on the server and what size it is.
Note: When combined with --request, this option can be used to send an UIDL Note: When combined with --request, this option can be used to send a UIDL
command instead, so the user may use the email's unique identifier rather than command instead, so the user may use the email's unique identifier rather than
it's message id to make the request. its message-id to make the request.

View File

@ -7,9 +7,9 @@ Category: imap pop3 smtp auth
--- ---
Specify the login options to use during server authentication. Specify the login options to use during server authentication.
You can use the login options to specify protocol specific options that may You can use login options to specify protocol specific options that may be
be used during authentication. At present only IMAP, POP3 and SMTP support used during authentication. At present only IMAP, POP3 and SMTP support
login options. For more information about the login options please see login options. For more information about login options please see RFC
RFC 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt
If this option is used several times, the last one will be used. If this option is used several times, the last one will be used.