Re: Using WinSCP script to change login password of a Raspberry Pi device
WinSCP is a file transfer client. It's not the right tool to automate shell commands. Although it can execute shell commands using the
https://winscp.net/eng/docs/scriptcommand_call
But you won't be able to execute
call
command:
https://winscp.net/eng/docs/scriptcommand_call
But you won't be able to execute
passwd
command with it.