123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <testcase>
- <info>
- <keywords>
- FTP
- PASV
- Resume
- </keywords>
- </info>
- # Server-side
- <reply>
- <size>
- 5
- </size>
- <servercmd>
- REPLY EPSV 500 no such command
- </servercmd>
- </reply>
- # Client-side
- <client>
- <server>
- ftp
- </server>
- <name>
- FTP download resume with whole file already downloaded
- </name>
- <command>
- ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 5
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- USER anonymous
- PASS ftp@example.com
- PWD
- EPSV
- PASV
- TYPE I
- SIZE %TESTNUMBER
- QUIT
- </protocol>
- </verify>
- </testcase>
|