test136 399 B

12345678910111213141516171819202122232425262728293031323334
  1. # Server-side
  2. <reply>
  3. <data>
  4. 0123456789abcdef
  5. </data>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. ftp
  11. </server>
  12. <name>
  13. FTP with user and no password
  14. </name>
  15. <command>
  16. -u user: ftp://%HOSTIP:%FTPPORT/136
  17. </command>
  18. </test>
  19. # Verify data after the test has been "shot"
  20. <verify>
  21. <protocol>
  22. USER user
  23. PASS
  24. PWD
  25. EPSV
  26. TYPE I
  27. SIZE 136
  28. RETR 136
  29. QUIT
  30. </protocol>
  31. </verify>