test409 627 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTPS
  5. EPSV
  6. STOR
  7. </keywords>
  8. </info>
  9. # Client-side
  10. <client>
  11. <features>
  12. SSL
  13. </features>
  14. <server>
  15. ftps
  16. </server>
  17. <name>
  18. FTPS PASV upload file
  19. </name>
  20. <file name="log/test409.txt">
  21. data
  22. to
  23. see
  24. that FTP
  25. works
  26. so does it?
  27. </file>
  28. <command>
  29. -k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/409 -T log/test409.txt
  30. </command>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <upload>
  35. data
  36. to
  37. see
  38. that FTP
  39. works
  40. so does it?
  41. </upload>
  42. <protocol>
  43. USER anonymous
  44. PASS ftp@example.com
  45. PBSZ 0
  46. PROT C
  47. PWD
  48. EPSV
  49. TYPE I
  50. STOR 409
  51. QUIT
  52. </protocol>
  53. </verify>
  54. </testcase>