diff options
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test290')
-rw-r--r-- | Utilities/cmcurl-7.19.0/tests/data/test290 | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test290 b/Utilities/cmcurl-7.19.0/tests/data/test290 deleted file mode 100644 index 34a9635..0000000 --- a/Utilities/cmcurl-7.19.0/tests/data/test290 +++ /dev/null @@ -1,43 +0,0 @@ -<testcase> -<info> -<keywords> -FTP ---max-filesize -</keywords> -</info> -# Server-side -<reply> -<size> -85 -</size> -</reply> - -# Client-side -<client> -<server> -ftp -</server> - <name> -FTP download maximum filesize exceeded - </name> - <command> -ftp://%HOSTIP:%FTPPORT/290 --max-filesize 30 -</command> -</client> - -# Verify data after the test has been "shot" -<verify> -<errorcode> -63 -</errorcode> -<protocol> -USER anonymous -PASS ftp@example.com -PWD -EPSV -TYPE I -SIZE 290 -QUIT -</protocol> -</verify> -</testcase> |