Fixed parsing of an IPv6 proxy address to support a scope identifier,

as well as IPv4 addresses in IPv6 format. Also, better handle the case
of a malformatted IPv6 address (avoid empty and NULL strings).
This commit is contained in:
Dan Fandrich 2008-07-31 20:04:00 +00:00
parent 4c1c479fcf
commit 660516914e
3 changed files with 15 additions and 5 deletions

View file

@ -904,6 +904,9 @@ IPv6
sftp://[fe80::1234%251]/
IPv6 addresses provided other than in URLs (e.g. to the --proxy, --interface
or --ftp-port options) should not be URL encoded.
MAILING LISTS