enter link description hereenter image description hereI am new to JMeter and need to perform load tests for SFTP Server.
Scenario:
Need to copy a file(s) from local machine (Windows 10 OS) to Server (Windows 10 OS). After that a schedule job gets executed and the same file is consumed by Biztalk process and the XML file name reflects in Database with Success/Failure/Duplicate status.
When I am executing my command in cmd directly then the process is working fine. But unable to do the same with JMeter. I have tried all the listed ways available on the Internet using OS Process Sampler, SSH Command and SSH SFTP Sampler available in JMeter but couldn't succeed so far.
Note: Unable to invoke cmd via OS Process Sampler in JMeter (Please provide steps if you have done it earlier).

