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/test1113 | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 tests/data/test1113 (limited to 'tests/data/test1113') diff --git a/tests/data/test1113 b/tests/data/test1113 new file mode 100644 index 000000000..6ff1d1951 --- /dev/null +++ b/tests/data/test1113 @@ -0,0 +1,71 @@ + + + +FTP +wildcardmatch +ftplistparser + + + +# +# Server-side + + + + + +# Client-side + + +ftp + + +lib574 + + +FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response) + + +ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/*.txt + + + +############################################ +# Verify data after the test has been "shot" + + +0 + + +^RETR.* +^EPSV.* +^PWD.* +^CWD.* +^TYPE.* +^LIST.* + + +s/USER.*/USER/ +s/PASS.*/PASS/ +s/QUIT.*/QUIT/ + +# THERE SHOULD NOT BE "SIZE"! and once "USER && PASS" + +USER +PASS +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. + + + -- cgit v1.2.1