Minor updates

This commit is contained in:
Dan Fandrich 2007-09-05 17:17:59 +00:00
parent 9d0533056c
commit 6fd1cfeab1
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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