test112 554 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Server-side
  2. <reply>
  3. </reply>
  4. # Client-side
  5. <client>
  6. <server>
  7. ftp
  8. </server>
  9. <name>
  10. FTP PASV upload resume
  11. </name>
  12. <command>
  13. ftp://%HOSTIP:%FTPPORT/112 -T log/upload112 -C 40
  14. </command>
  15. <file name="log/upload112">
  16. this is the *****crap******** that we're gonna upload
  17. worx?
  18. </file>
  19. </test>
  20. # Verify data after the test has been "shot"
  21. <verify>
  22. <strip>
  23. </strip>
  24. <protocol>
  25. USER anonymous
  26. PASS curl_by_daniel@haxx.se
  27. PWD
  28. EPSV
  29. TYPE I
  30. APPE 112
  31. QUIT
  32. </protocol>
  33. <upload>
  34. gonna upload
  35. worx?
  36. </upload>
  37. </verify>