Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

737
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda