diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-02 23:09:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-02 23:09:02 +0000 |
commit | f34573c8e257a61925f8980bc814adb93133c79d (patch) | |
tree | f1ed61e5e973a958cf44caef37580c81eab8dcd0 /tests/data/test402 | |
parent | 4163b86cd2562dbffaea1541b0ec9e7c982a0dda (diff) |
new tests
Diffstat (limited to 'tests/data/test402')
-rw-r--r-- | tests/data/test402 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/test402 b/tests/data/test402 new file mode 100644 index 000000000..27b265c34 --- /dev/null +++ b/tests/data/test402 @@ -0,0 +1,21 @@ +# Server-side +<reply> +moooooooo +</reply> + +# Client-side +<client> + <name> +FTPS operation to FTP port + </name> + <command> +ftps://%HOSTIP:%FTPPORT/path/to/file/402 +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +35 +</errorcode> +</verify> |