mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
39 lines
475 B
Plaintext
39 lines
475 B
Plaintext
# 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>
|