<testcase> <info> <keywords> FTP EPSV STOR </keywords> </info> # Client-side <client> <server> ftp </server> <name> FTP resume upload file with nothing to start from </name> <file name="%LOGDIR/test%TESTNUMBER.txt"> data to see that FTP works so does it? </file> <command> ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --continue-at - </command> </client> <verify> <upload> data to see that FTP works so does it? </upload> <protocol> USER anonymous PASS ftp@example.com PWD EPSV TYPE I SIZE %TESTNUMBER STOR %TESTNUMBER QUIT </protocol> </verify> </testcase>