Hi,
i'm trying to create a Firmware Upgrade Template for S-Series Huawei switch. (S6730-H-V2 and S5735-L-V2).
If i enter all commands in switch in CLI, everything is working. But in Solarwinds the operation return an error in the "Uploading Firmware Image" command, with "ERROR: Connection Refused".
My template:

The command: system-view${CRLF}sftp ${StorageAddress}${CRLF}${SCPServerUserName}${CRLF}${SCPServerPassword}${CRLF}get huawei/${NewImageName}${CRLF}quit${CRLF}quit
Of course, I have already checked the login details, password and server IP address, and they are correct.
Has anyone ever managed to do that?