test753 (526B)
1 <testcase> 2 <info> 3 <keywords> 4 FTP 5 </keywords> 6 </info> 7 8 # Client-side 9 <client> 10 <features> 11 Debug 12 ftp 13 </features> 14 <server> 15 ftp 16 </server> 17 <tool> 18 lib%TESTNUMBER 19 </tool> 20 <name> 21 cleanup easy without multi_remove_handle 22 </name> 23 <command> 24 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 25 </command> 26 <setenv> 27 CURL_FTP_PWD_STOP=1 28 </setenv> 29 </client> 30 31 # Verify data after the test has been "shot" 32 <verify> 33 <protocol> 34 USER anonymous 35 PASS ftp@example.com 36 USER anonymous 37 PASS ftp@example.com 38 PWD 39 EPSV 40 TYPE I 41 SIZE 753 42 QUIT 43 </protocol> 44 </verify> 45 </testcase>