diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-29 22:44:04 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-29 22:44:04 +0000 |
commit | 372203f1fa541da53a07bf850e50583e2b870102 (patch) | |
tree | 76b1181f870a4cde766d72c069ca9686e5833682 /tests/data/test208 | |
parent | 691468174b1fa789ec78ee77cc7c462a63dba73a (diff) |
Added "HTTP proxy" and "proxytunnel" keywords where applicable
Diffstat (limited to 'tests/data/test208')
-rw-r--r-- | tests/data/test208 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/data/test208 b/tests/data/test208 index eac3d5572..3c8028e1f 100644 --- a/tests/data/test208 +++ b/tests/data/test208 @@ -1,4 +1,13 @@ <testcase> +<info> +<keywords> +FTP +HTTP +HTTP PUT +HTTP proxy +</keywords> +</info> + # Server-side <reply> <data> @@ -20,7 +29,7 @@ http ftp </features> <name> -HTTP PUT a to a FTP URL with username+password - over HTTP proxy +HTTP PUT to a FTP URL with username+password - over HTTP proxy </name> <command> -x http://%HOSTIP:%HTTPPORT ftp://daniel:mysecret@host.com/we/want/208 -T log/test208.txt |