Re: vsftpd
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-06-22 13:58:55
|
Hi, On 6/22/07, BuraphaLinux Server <bur...@gm...> wrote: > > Hello, I attached my conf file. I want to do ftp load testing, and > all clients share one IP. > I am able to ftp and get files normally with an ftp client, curl, > wget, etc. However, when > I try to use curl-loader-0.32 I get errors. The log file says this: > > 0 2 (192.168.0.2) :<= WARNING: parsing error: wrong response code (FTP?) 0 > . > > for every connection. The files I want to fetch are large, and the > ftp server is vsftpd and > it has a 512k/sec rate limit set. It looks like curl-loader gets > confused and doesn't ever send > the commands to the server to start the download. So I think either > the transfer does not start > or it takes so long curl-loader gives up. I tried to read everything > but I probably missed > something obvious. The server does fork enough daemons so they all do > get connected, > but beyond that nothing seems to happen. The ftp server does send a > banner file - do I > have to turn that off? Which curl-loader version you are working with? Lets align our efforts and work with the latest version to download, namely, curl-loader-0.32. OK? Thanks. How can I get this working? > > First of all, please, remove REQUEST_TYPE as it is applicable for HTTP only. #REQUEST_TYPE=GET - better remove it Second, lets start from a single url and a single client and a single cycle. CLIENTS_NUM_MAX=1 CLIENTS_NUM_START=1 #CLIENTS_RAMPUP_INC=5 Please, run it with command line options -v and -u (which means verbose and url) and send me the log-file (ftp.log). Y may also wish to look at it. Don't worry, we'll work together to rectify the issues, which could our bug, libcurl bugs or server/client side configuration issue. -- Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |