diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-02 23:09:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-02 23:09:25 +0000 |
commit | 3bfa06c9a2e3d53ae2b2ca1a1841429623f1f12e (patch) | |
tree | dbec9de2a0b026cf18cbf38657a4916b972664ac /tests/FILEFORMAT | |
parent | f34573c8e257a61925f8980bc814adb93133c79d (diff) |
improved functionality for new timeout tests
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 40fab2406..8f4a77ebb 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -23,6 +23,14 @@ if the data is sent but this is what should be checked afterwards <size> number to return on a ftp SIZE command </size> +<cmd> +special purpose server-command to control its behavior *before* the +reply is sent +</cmd> +<postcmd> +special purpose server-command to control its behavior *after* the +reply is sent +</oistcmd> </reply> <client> |