diff options
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test527')
-rw-r--r-- | Utilities/cmcurl-7.19.0/tests/data/test527 | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test527 b/Utilities/cmcurl-7.19.0/tests/data/test527 deleted file mode 100644 index 2d3a00d..0000000 --- a/Utilities/cmcurl-7.19.0/tests/data/test527 +++ /dev/null @@ -1,63 +0,0 @@ -<testcase> -<info> -<keywords> -FTP -PASV -RETR -multi -</keywords> -</info> - -# Server-side -<reply> -<data> -file contents should appear once for each file -</data> -<datacheck> -file contents should appear once for each file -file contents should appear once for each file -file contents should appear once for each file -file contents should appear once for each file -</datacheck> -</reply> - -# Client-side -<client> -<server> -ftp -</server> -<tool> -lib527 -</tool> - <name> -FTP RETR same file using different handles but same connection - </name> - <command> -ftp://%HOSTIP:%FTPPORT/path/527 -</command> -</client> - -# Verify data after the test has been "shot" -<verify> -<protocol> -USER anonymous -PASS ftp@example.com -PWD -CWD path -EPSV -TYPE I -SIZE 527 -RETR 527 -EPSV -SIZE 527 -RETR 527 -EPSV -SIZE 527 -RETR 527 -EPSV -SIZE 527 -RETR 527 -QUIT -</protocol> -</verify> -</testcase> |