From 96cf615e9dec951b2c4244780b5f3fe2fb303f5b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Oct 2004 21:29:55 +0000 Subject: Added --retry and --retry-delay first attempt with four related test cases. --- tests/data/test196 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/data/test196 (limited to 'tests/data/test196') diff --git a/tests/data/test196 b/tests/data/test196 new file mode 100644 index 000000000..06eeeb5f9 --- /dev/null +++ b/tests/data/test196 @@ -0,0 +1,32 @@ +# Server-side + + + +# Client-side + + +ftp + + +FTP transient error, retry request once + + +ftp://%HOSTIP:%FTPPORT/196 --retry 1 + + +REPLY PASS 530 temporarily not available + + + +# Verify data after the test has been "shot" + + +10 + + +USER anonymous +PASS curl_by_daniel@haxx.se +USER anonymous +PASS curl_by_daniel@haxx.se + + -- cgit v1.2.3