From 6475600afa57c777aa10187c3d1c49fc5f4bf7f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Jun 2001 09:12:59 +0000 Subject: New test cases added --- tests/data/test106 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test106 (limited to 'tests/data/test106') diff --git a/tests/data/test106 b/tests/data/test106 new file mode 100644 index 000000000..61c43b8f6 --- /dev/null +++ b/tests/data/test106 @@ -0,0 +1,34 @@ +# Server-side + + +data + to + see +that FTP +works + so does it? + + + +# Client-side + + +FTP GET with type=A style ASCII URL using %20 codes + + +"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces/and%20things2/106;type=A" + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD /path with spaces/and things2 +PASV +TYPE A +RETR 106 + + -- cgit v1.2.3