On Sat, Oct 25, 2008 at 11:56 AM, Bakary Dialaya DJIBA <[EMAIL PROTECTED]> wrote: > Well, I want to send some request command to check if my FileSystemView is > correctly implemented. Like LIST command, CWD or PWD.... Is it > possible?Because > I'm working with a virtual file system. > I will see what I can do with JMeter...
Have a look at the JUnit tests in the org.apache.ftpserver.clienttests package, we do pretty much exactly what you seem to need. Feel free to reuse :-) /niklas
