1<testcase> 2<info> 3<keywords> 4FTP 5</keywords> 6</info> 7 8# Server-side 9<reply> 10</reply> 11 12# Client-side 13<client> 14<server> 15ftp 16</server> 17 <name> 18FTP upload two files to the same dir 19 </name> 20 <command> 21-T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/%2e%2eanotherup.216 22</command> 23<file name="log/upload.216"> 24upload this file twice 25</file> 26</client> 27 28# Verify data after the test has been "shot" 29<verify> 30<protocol> 31USER anonymous 32PASS ftp@example.com 33PWD 34CWD a 35CWD path 36CWD 216 37EPSV 38TYPE I 39STOR upload.216 40EPSV 41STOR ..anotherup.216 42QUIT 43</protocol> 44</verify> 45</testcase> 46