From 66fc5498d2a50dd7f32cd21487252de1dd834dda Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 18 Apr 2007 06:30:28 +0000 Subject: Added test cases 296, 297 and 298 to test --ftp-method handling --- tests/data/test296 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/data/test296 (limited to 'tests/data/test296') diff --git a/tests/data/test296 b/tests/data/test296 new file mode 100644 index 000000000..2008c8bfd --- /dev/null +++ b/tests/data/test296 @@ -0,0 +1,48 @@ + + + +FTP +PASV +CWD +--ftp-method +multicwd + + +# +# Server-side + + +bla bla bla + + + +# Client-side + + +ftp + + +FTP CWD with --ftp-method multicwd + + +--ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD first +CWD second +CWD third +EPSV +TYPE I +SIZE 296 +RETR 296 +QUIT + + + -- cgit v1.2.3