Re: passphrase prompts in batch
Can you show an example of where to properly put "option batch abort"? Here is the command I am using:
C:\WinSCP.exe /console Stored_Session /command "cd Some/Directory" "put some*.file"
Where would I put option batch abort? ... as a command in quote?
C:\WinSCP.exe /console /command "option batch abort" "open Stored_Session" "cd Some/Directory" "put some*.file"
https://winscp.net/eng/docs/scripting#example