Re: WinSCP Compatibility with APC Network Managment Cards
The SCP protocol supports file transfers only. No browsing or any other file operations. For that WinSCP (in SCP mode) uses common [ba]sh shell commands. Your server(s) does not use [ba]sh. So it is not compatible with WinSCP. See https://winscp.net/eng/docs/requirements#scp
Btw, automatically forcing
https://the.earth.li/~sgtatham/putty/latest/htmldoc/Chapter3.html#using-cmdline-hostkey
See How to pass echo y to plink.exe for first connection or Using echo y as an automated response to a pcp hostkey prompt and many other.
Btw, automatically forcing
plink
to accept a hostkey is a security flaw. Make sure you understand what you are doing. The correct way is to use -hostkey
switch to verify the expected hostkey using its fingerprint.
https://the.earth.li/~sgtatham/putty/latest/htmldoc/Chapter3.html#using-cmdline-hostkey
See How to pass echo y to plink.exe for first connection or Using echo y as an automated response to a pcp hostkey prompt and many other.