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/test297 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/data/test297 (limited to 'tests/data/test297') diff --git a/tests/data/test297 b/tests/data/test297 new file mode 100644 index 000000000..36573f8b9 --- /dev/null +++ b/tests/data/test297 @@ -0,0 +1,46 @@ + + + +FTP +PASV +CWD +--ftp-method +singlecwd + + +# +# Server-side + + +bla bla bla + + + +# Client-side + + +ftp + + +FTP CWD with --ftp-method singlecwd + + +--ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/297 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD first/second/third +EPSV +TYPE I +SIZE 297 +RETR 297 +QUIT + + + -- cgit v1.2.3