Re: Respond to Interactive prompt
You are missing quotes around the command:
Note that I've also removed the quotes around the
https://winscp.net/eng/docs/commandline#syntax
WinSCP GUI can generate a commandline/batch file template for you:
https://winscp.net/eng/docs/ui_generateurl#script
WinSCP.com /command "open ftps://Username:password@domain/ -implicit -certificate=Fingerprint"
Note that I've also removed the quotes around the
Fingerprint
as they should not be needed (as the fingerprint does not contain any spaces). If you need quotes for whatever reason, you need to double them.
https://winscp.net/eng/docs/commandline#syntax
WinSCP GUI can generate a commandline/batch file template for you:
https://winscp.net/eng/docs/ui_generateurl#script