From 0825cd80a62c21725fb3615f1fdd3aa6cc5f0f34 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 12 May 2010 15:33:22 +0200 Subject: FTP: WILDCARDMATCH/CHUNKING/FNMATCH added --- tests/data/test575 | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 tests/data/test575 (limited to 'tests/data/test575') diff --git a/tests/data/test575 b/tests/data/test575 new file mode 100644 index 000000000..c460467d2 --- /dev/null +++ b/tests/data/test575 @@ -0,0 +1,79 @@ + + + +FTP +multi +wildcardmatch +ftplistparser + + + +# Server-side + + + + + +# Client-side + + +ftp + + +lib575 + + +FTP wildcard download - dup_handle && multi interface + + +ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/* + + +# Verify data after the test has been "shot" + + +^RETR.* +^EPSV.* +^CWD.* +^PWD.* +^TYPE.* + + +s/^USER.*/USER/ +s/^PASS.*/PASS/ +s/^LIST.*/LIST/ +s/^QUIT.*/QUIT/ + + +0 + + +USER +PASS +LIST +LIST +QUIT +USER +PASS +LIST +QUIT + + +This file should have permissions 444 +This file should have permissions 666 +This file should have permissions 777 +This is content of file "file.txt" +Some junk ;-) This file does not really exist. +This file should have permissions 444 +This file should have permissions 666 +This file should have permissions 777 +This is content of file "file.txt" +Some junk ;-) This file does not really exist. +This file should have permissions 444 +This file should have permissions 666 +This file should have permissions 777 +This is content of file "file.txt" +Some junk ;-) This file does not really exist. + + + -- cgit v1.2.3