1<testcase> 2<info> 3<keywords> 4FILE 5--help 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12</reply> 13 14# 15# Client-side 16<client> 17<server> 18none 19</server> 20<features> 21file 22</features> 23 <name> 24curl file category --help with lower/upper mix 25 </name> 26 <command> 27--help fIlE 28</command> 29</client> 30 31# 32# Verify data after the test has been "shot" 33<verify> 34<errorcode> 350 36</errorcode> 37<stdout mode="text"> 38Usage: curl [options...] <url> 39file: FILE protocol options 40 -I, --head Show document info only 41 -r, --range <range> Retrieve only the bytes within RANGE 42</stdout> 43</verify> 44</testcase> 45