I figured out the SSH2 method. I needed the Precommand line in to pass the "Enter" key. Below is the working code.
<!--SolarWinds Network Management Tools-->
<!--Copyright 2007 SolarWinds.Net All rights reserved-->
<Configuration-Management Device="RuggedCom Inc." SystemOID="1.3.6.1.4.1.15004.2.1">
<Commands>
<Command Name="PRECOMMAND" Value="${CRLF}" Delay="2" />
<Command Name="Reset" Value=""/>
<!--Command Name="EnableIdentifier" Value=""/-->
<Command Name="MenuBased" Value="true"/>
<Command Name="VirtualPrompt" Value="Main Menu"/>
<Command Name="EnterCLI" Value="${CTRL+S}"/>
<Command Name="UploadConfigIndirect" value="tftp xxx.xxx.xxx.xxx get config.csv config.csv${CRLF}"/>
<Command Name="DownloadConfigIndirect" Value="tftp xxx.xxx.xxx.xxx put config.csv config.csv${CRLF}"/>
<Command Name="Version" Value="version${CRLF}"/>
</Commands>
</Configuration-Management>