test348 738 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. STOR
  7. </keywords>
  8. </info>
  9. <reply>
  10. <servercmd>
  11. STOR 552 disk full
  12. </servercmd>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. ftp
  18. </server>
  19. <name>
  20. FTP upload file with 552 disk full response
  21. </name>
  22. <file name="%LOGDIR/test%TESTNUMBER.txt">
  23. data
  24. to
  25. see
  26. that FTP
  27. works
  28. so does it?
  29. </file>
  30. <command>
  31. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt
  32. </command>
  33. </client>
  34. # Verify data after the test has been "shot"
  35. <verify>
  36. <upload>
  37. data
  38. to
  39. see
  40. that FTP
  41. works
  42. so does it?
  43. </upload>
  44. <protocol>
  45. USER anonymous
  46. PASS ftp@example.com
  47. PWD
  48. EPSV
  49. TYPE I
  50. STOR %TESTNUMBER
  51. QUIT
  52. </protocol>
  53. # 70 - CURLE_REMOTE_DISK_FULL
  54. <errorcode>
  55. 70
  56. </errorcode>
  57. </verify>
  58. </testcase>