Hi ,
I'm executing a batch file c:\putty\psftp.exe test@abc.com -i PrivateKey.ppk -batch -b myscript.scr
Myscript.scr contains a get command to extract files,I want to make the get command dynamic based on date and certain other attributes.It executes perfectly now as i'm passing the filename with the commands as a parameter
Many Thanks