test362 613 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. STOR
  7. </keywords>
  8. </info>
  9. # Client-side
  10. <client>
  11. <server>
  12. ftp
  13. </server>
  14. <name>
  15. FTP resume upload file with nothing to start from
  16. </name>
  17. <file name="%LOGDIR/test%TESTNUMBER.txt">
  18. data
  19. to
  20. see
  21. that FTP
  22. works
  23. so does it?
  24. </file>
  25. <command>
  26. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --continue-at -
  27. </command>
  28. </client>
  29. <verify>
  30. <upload>
  31. data
  32. to
  33. see
  34. that FTP
  35. works
  36. so does it?
  37. </upload>
  38. <protocol>
  39. USER anonymous
  40. PASS ftp@example.com
  41. PWD
  42. EPSV
  43. TYPE I
  44. SIZE %TESTNUMBER
  45. STOR %TESTNUMBER
  46. QUIT
  47. </protocol>
  48. </verify>
  49. </testcase>