test144 (747B)
1 <testcase> 2 <info> 3 <keywords> 4 FTP 5 PORT 6 NLST 7 --data-binary 8 </keywords> 9 </info> 10 # Server-side 11 <reply> 12 <data> 13 </data> 14 <servercmd> 15 REPLY NLST 450 No files found 16 </servercmd> 17 </reply> 18 19 # Client-side 20 <client> 21 <server> 22 ftp 23 </server> 24 <name> 25 FTP NLST dir list without contents, using PORT 26 </name> 27 <command> 28 ftp://%HOSTIP:%FTPPORT/ -P - -l 29 </command> 30 </client> 31 32 # Verify data after the test has been "shot" 33 <verify> 34 <strip> 35 QUIT 36 </strip> 37 # Strip all valid kinds of PORT and EPRT that curl can send 38 <strip> 39 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 40 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\| 41 </strip> 42 <protocol> 43 USER anonymous 44 PASS ftp@example.com 45 PWD 46 PORT 127,0,0,1,243,212 47 TYPE A 48 NLST 49 QUIT 50 </protocol> 51 </verify> 52 </testcase>