lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | FTP |
| 5 | </keywords> |
| 6 | </info> |
| 7 | |
| 8 | # Server-side |
| 9 | <reply> |
| 10 | <data> |
| 11 | foo |
| 12 | </data> |
| 13 | <servercmd> |
| 14 | REPLY CWD 550 I won't allow this on my server |
| 15 | COUNT CWD 1 |
| 16 | </servercmd> |
| 17 | </reply> |
| 18 | |
| 19 | # Client-side |
| 20 | <client> |
| 21 | <server> |
| 22 | ftp |
| 23 | </server> |
| 24 | <name> |
| 25 | FTP with --ftp-create-dirs (failing CWD) |
| 26 | </name> |
| 27 | <command> |
| 28 | ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs |
| 29 | </command> |
| 30 | </client> |
| 31 | |
| 32 | # Verify data after the test has been "shot" |
| 33 | <verify> |
| 34 | # Strip all valid kinds of PORT and EPRT that curl can send |
| 35 | <strip> |
| 36 | ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} |
| 37 | ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\| |
| 38 | </strip> |
| 39 | <protocol> |
| 40 | USER anonymous
|
| 41 | PASS ftp@example.com
|
| 42 | PWD
|
| 43 | CWD first
|
| 44 | MKD first
|
| 45 | CWD first
|
| 46 | CWD dir
|
| 47 | CWD here
|
| 48 | EPSV
|
| 49 | TYPE I
|
| 50 | SIZE 147
|
| 51 | RETR 147
|
| 52 | QUIT
|
| 53 | </protocol> |
| 54 | </verify> |
| 55 | </testcase> |