Transfer file from one domain to local

Hi All,

I want to transfer a file from a server to local. To achieve this can we any commands in Sense talk or we need to create a batch file to achieve this.

If batch file how can we pass parameters for it.

Thanks,
Vinay

There’s no shortcut for doing this via a script. You can use the shell command to call a batch file on the Eggplant Functional machine and just pass parameters to it like you would any batch file. If you’re trying to do this on the SUT, then you have to script the interface to perform the steps you need to perform.

Thanks Matt for the input.