mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:13:34 +03:00
URL parser: IPv6 zone identifiers are now supported
This commit is contained in:
parent
0bc4938eec
commit
9317eced98
3 changed files with 61 additions and 25 deletions
|
|
@ -956,9 +956,9 @@ IPv6
|
|||
When this style is used, the -g option must be given to stop curl from
|
||||
interpreting the square brackets as special globbing characters. Link local
|
||||
and site local addresses including a scope identifier, such as fe80::1234%1,
|
||||
may also be used, but the scope portion must be numeric and the percent
|
||||
character must be URL escaped. The previous example in an SFTP URL might
|
||||
look like:
|
||||
may also be used, but the scope portion must be numeric or match an existing
|
||||
network interface on Linux and the percent character must be URL escaped. The
|
||||
previous example in an SFTP URL might look like:
|
||||
|
||||
sftp://[fe80::1234%251]/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue