Sorry Deepak, I guess I forgot to mention what I'm using here.

https://github.com/linkeshkanna/Jmeter.SSH.FTP.Request

which uses JSch library.

I was under the impression that if I used number of loops greater than 1
let's say 10, it would use the same thread it would use the same connection
to send 10 files. But I believe there maybe a thread/loop misunderstanding
from my side.




On Mon, Jun 20, 2016 at 5:17 PM, Deepak Shetty <[email protected]> wrote:

> JMeter doesnt support SFTP in the FTP sampler (please check the docs!)-
> you'll have to roll out our own using java sampler (or any of the ones that
> let you write your own code), In which case you can open or close
> connection based on your needs.
> For java there are a couple of open source libarries that let you perform
> SFTP.
>
> On Mon, Jun 20, 2016 at 11:52 AM, Murilo Alves <[email protected]>
> wrote:
>
> > Guys, any help you can share on this?
> >
> > On Fri, Jun 17, 2016 at 3:45 PM, Murilo Alves <[email protected]>
> > wrote:
> >
> > > Guys, has anyone done a SFTP test to send multiple files thru the same
> > > connection.
> > > I'm doing some testing but actually I'm stressing the system with too
> > many
> > > concurrent connections.
> > >
> > > I want to open a connection send 10 files and close it. And so on...
> > >
> >
>

Reply via email to