Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

736
Views
How to upload the multiple zip files to FTP Server(FileZilla) Using SFTP Sampler in JMeter

I am upload the single zip file at a time to FTP Server if I increases the thread number to 5 it will runs five times but I can see only one in the FTP server

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

If you're uploading the same file to the same folder - the previous version will be replaced by the most recent version so your 5 threads are writing to the same file and you're seeing the result of the latest upload only.

The solution would be to use different file names for different threads using __threadNum() function like:

enter image description here

this way the files will appear as:

somefile-1.zip
somefile-2.zip
etc.

so the current thread number will be added to the filename

However on subsequent executions the files again will be replaced so you can use unique names using __UUID() function like:

somefile-${__UUID}.zip

this way you will get filenames looking like:

somefile-0f573e42-c93a-4952-8378-2bdd34b44019.zip

Check out Apache JMeter Functions - An Introduction article for more information on JMeter Functions concept.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!