diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-05 13:50:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-05 13:50:59 +0000 |
commit | a466b315742e958a06aee6a2e92f0de5bd22c635 (patch) | |
tree | c694d9adddf19dcafcd67651673426a3bece0476 /tests/FILEFORMAT | |
parent | 48064f8deefd5424591a1caeb4ddf6ae9754679a (diff) |
Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using
openssh
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 3264ef5f7..b22ee8421 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -133,6 +133,8 @@ https none scp sftp +socks4 +socks5 Give only one per line. This subsection is mandatory. </server> @@ -227,6 +229,7 @@ Available substitute variables include: %TFTPPORT - Port number of the TFTP server %TFTP6PORT - IPv6 port number of the TFTP server %SSHPORT - Port number of the SCP/SFTP server +%SOCKSPORT - Port number of the SOCKS4/5 server %SRCDIR - Full path to the source dir %PWD - Current directory %CURL - Path to the curl executable |