I have a jmeter task that automates the process of uploading some file to a server. With this upload I have to send what the sha1 is of the file. Right now I do it manually using the command fciv -sha1 [filename] which will print the sha1. I would like to somehow capture this programatically and store it in a variable by using a bsf preprocessor rather than doing it manually and putting the value into a user defined variable.
Any ideas how i can get the sha1 of a file (either by calling a command from bsf or by using some library that can compute a sha1 in a bsf language)? -- View this message in context: http://www.nabble.com/Calling-a-batch-script-from-a-bsf-preprocessor-to-get-SHA1-tp25997427p25997427.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]

