Thanks, it works now. I added the View Result Tree and it gave me the following error Response message: java.io.FileNotFoundException. The problem was that I didnt include the file extension with the file name.
sebb-2-2 wrote: > > On 09/04/2008, socio_pal <[EMAIL PROTECTED]> wrote: >> >> Hi: >> I have a jmeter Test plan where in I need to keep updating the response >> files at the backend before running each testcase. I am trying to use >> FTP >> request before each testcase, but it doesn't seem to work. I have the >> response files on my local m/c. I give the following info in the FTP >> Request: >> >> ipaddress of my FTP server, >> path of the file where I want it to be FTPed to >> path of the file on my local m/c >> checked put(STOR) and Use Binary mode >> Given my username and pwd for my remote server >> >> But I don't see the file being FTPed. Am I doing some thing wrong here? >> Please help >> > > Check the jmeter log file for any errors. > Add View Results Tree Listener and use that to check for errors. > >> -- >> View this message in context: >> http://www.nabble.com/FTP-Request-Component-in-Jmeter-tp16594885p16594885.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/FTP-Request-Component-in-Jmeter-tp16594885p16595705.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

