test511 (694B)
1 <testcase> 2 <info> 3 <keywords> 4 FTP 5 </keywords> 6 </info> 7 8 # 9 # Server-side 10 <reply> 11 <servercmd> 12 REPLY MDTM 550 bluah you f00l! 13 REPLY SIZE 550 bluah you f00l! 14 </servercmd> 15 </reply> 16 17 # Client-side 18 <client> 19 <server> 20 ftp 21 </server> 22 # tool is what to use instead of 'curl' 23 <tool> 24 lib%TESTNUMBER 25 </tool> 26 27 <name> 28 FTP with FILETIME and NOBODY but missing file 29 </name> 30 <command> 31 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 32 </command> 33 </client> 34 35 # 36 # Verify data after the test has been "shot" 37 <verify> 38 <strip> 39 QUIT 40 </strip> 41 # CURLE_REMOTE_FILE_NOT_FOUND 42 <errorcode> 43 78 44 </errorcode> 45 <protocol> 46 USER anonymous 47 PASS ftp@example.com 48 PWD 49 MDTM %TESTNUMBER 50 TYPE I 51 SIZE %TESTNUMBER 52 QUIT 53 </protocol> 54 </verify> 55 </testcase>