Jmeter may be the solution for you: http://jakarta.apache.org/jmeter/usermanual/build-ftp-test-plan.html
Regards On Wed, Mar 3, 2010 at 7:37 PM, DevNull43 <[email protected]> wrote: > I need to do some load testing, and currently I use lftp client on linux > doing a set of commands and log out, I start several threads from a > script with: > > lftp -f client1 & > lftp -f client2 & > lftp -f client3 & > .. > lftp -f clientN & > > It works and I can detect several problems I'm working on, however would > like to know a better approach for load testing. > > I have seen jscape has one but is pretty basic. > Also I tried to build a test plan with Jmeter but my clients do not log > off. > > Before I build my own solution, does anybody know for a good tool for > stress / load test FTP? > > Thanks. > >
