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