xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | FTP |
| 5 | </keywords> |
| 6 | </info> |
| 7 | |
| 8 | # Server-side |
| 9 | <reply> |
| 10 | <servercmd> |
| 11 | REPLY SIZE 500 command not understood |
| 12 | </servercmd> |
| 13 | </reply> |
| 14 | |
| 15 | # Client-side |
| 16 | <client> |
| 17 | <server> |
| 18 | ftp |
| 19 | </server> |
| 20 | <name> |
| 21 | FTP resumed upload but no file present remotely |
| 22 | </name> |
| 23 | <command> |
| 24 | ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/upload%TESTNUMBER -C - |
| 25 | </command> |
| 26 | <file name="log/upload%TESTNUMBER"> |
| 27 | this is the *****crap******** that we're gonna upload |
| 28 | |
| 29 | worx? |
| 30 | </file> |
| 31 | </client> |
| 32 | |
| 33 | # Verify data after the test has been "shot" |
| 34 | <verify> |
| 35 | <protocol> |
| 36 | USER anonymous
|
| 37 | PASS ftp@example.com
|
| 38 | PWD
|
| 39 | EPSV
|
| 40 | TYPE I
|
| 41 | SIZE %TESTNUMBER
|
| 42 | STOR %TESTNUMBER
|
| 43 | QUIT
|
| 44 | </protocol> |
| 45 | <upload> |
| 46 | this is the *****crap******** that we're gonna upload |
| 47 | |
| 48 | worx? |
| 49 | </upload> |
| 50 | </verify> |
| 51 | </testcase> |