Commit 6fd1cfea authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Minor updates

parent 9d053305
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ may have been fixed since this was written!
  IPv6 numerical addresses in URLs.
  IPv6 numerical addresses in URLs.


29. IPv6 URLs with zone ID is not supported.
29. IPv6 URLs with zone ID is not supported.
  http://www.ietf.org/internet-drafts/draft-fenner-literal-zone-02.txt
  http://www.ietf.org/internet-drafts/draft-fenner-literal-zone-02.txt (expired)
  specifies the use of a plus sign instead of a percent when specifying zone
  specifies the use of a plus sign instead of a percent when specifying zone
  IDs in URLs to get around the problem of percent signs being
  IDs in URLs to get around the problem of percent signs being
  special. According to the reporter, Firefox deals with the URL _with_ a
  special. According to the reporter, Firefox deals with the URL _with_ a
@@ -78,7 +78,6 @@ may have been fixed since this was written!
23. SOCKS-related problems:
23. SOCKS-related problems:
  A) libcurl doesn't support SOCKS for IPv6.
  A) libcurl doesn't support SOCKS for IPv6.
  B) libcurl doesn't support FTPS over a SOCKS proxy.
  B) libcurl doesn't support FTPS over a SOCKS proxy.
  C) We don't have any test cases for SOCKS proxy.
  E) libcurl doesn't support active FTP over a SOCKS proxy
  E) libcurl doesn't support active FTP over a SOCKS proxy


  We probably have even more bugs and lack of features when a SOCKS proxy is
  We probably have even more bugs and lack of features when a SOCKS proxy is
+2 −0
Original line number Original line Diff line number Diff line
@@ -227,6 +227,8 @@ Available substitute variables include:
%FTP6PORT  - IPv6 port number of the FTP server
%FTP6PORT  - IPv6 port number of the FTP server
%FTPSPORT  - Port number of the FTPS server
%FTPSPORT  - Port number of the FTPS server
%FTP2PORT  - Port number of the FTP server 2
%FTP2PORT  - Port number of the FTP server 2
%FTPTIME2  - Timeout in seconds that should be just sufficient to receive
             a response from the test FTP server
%TFTPPORT  - Port number of the TFTP server
%TFTPPORT  - Port number of the TFTP server
%TFTP6PORT - IPv6 port number of the TFTP server
%TFTP6PORT - IPv6 port number of the TFTP server
%SSHPORT   - Port number of the SCP/SFTP server
%SSHPORT   - Port number of the SCP/SFTP server