aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1449
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-14 23:33:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-14 23:33:53 +0200
commit91c46dc44e92e77582a58e67533e86d0a7c5162a (patch)
tree37a8ccfd241ef8e286f70268fa9a045db68ddfc8 /tests/data/test1449
parentff50fe0348466cae1a9f9f759b362c03f7060c34 (diff)
test1449: FTP download range with an too large size
Diffstat (limited to 'tests/data/test1449')
-rw-r--r--tests/data/test144938
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/data/test1449 b/tests/data/test1449
new file mode 100644
index 000000000..d30c13c68
--- /dev/null
+++ b/tests/data/test1449
@@ -0,0 +1,38 @@
+# initially based on test110
+<testcase>
+<info>
+<keywords>
+FTP
+PASV
+RETR
+Resume
+</keywords>
+</info>
+# Server-side
+<reply>
+</reply>
+
+# Client-side
+<client>
+<server>
+ftp
+</server>
+ <name>
+FTP download range with integer overflow
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/1449 -r 36893488147419103232-
+</command>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+USER anonymous
+PASS ftp@example.com
+PWD
+EPSV
+QUIT
+</protocol>
+</verify>
+</testcase>