Release Date April 16, 2016 Patch Release
Release Date: April 26, 2016
Added support secure file transfer (SFTP).
Added SFTP Support requiring configuration changes as indicated below:
This means that these two .config files must be updated as this update is installed.
In particular they will need all of the following keys:
<appSettings>
...
<!-- File Processing -->
<add key="FTPProtocol" value="sftp" /> <!-- This can be ftp or ftps -->
<add key="FTPHost" value="ftp.yourftphost.com" /> <!-- The host name provided by the EBT Processor -->
<add key="FTPPort" value="51111" /> <!-- The port number provided by the EBT Processor -->
<add key="FTPUsername" value="u99" /> <!-- The ftp username provided by the EBT Processor -->
<add key="FTPPassword" value="SuperSecret123" /> <!-- The ftp password provided by the EBT Processor, and/or set by you -->
<add key="FTPInboxName" value="./Inbox/" /> <!-- The path to the inbox relative to the user's initial landing -->
<add key="FTPOutboxName" value="./Outbox/" /> <!-- The path to the outbox relative to the user's initial landing -->
<!-- The ssh thumbprint of the SFTP server to which you are connecting, this only applies to SFTP connections --->
<add key="FTPSSH-Thumbprint" value="ssh-dss 1024 1b:01:cb:8d:13:de:a3:00:23:98:d9:cb:21:c6" />
...
</appSettings>
Release Date: May 19, 2016
Merged the code bases for the two separate versions of SWEM (CN and Mainline). This included a few changes that involved bringing the two code bases into alignment.
Release Date: July 18, 2016
Corrective release for 2.0.0.0 that fixes the known issues.
Release Date: August 23, 2016
Addresses an issue found in reconciliation.
Release Date: September 16, 2016
Addresses an issue found in how version 2.0.1.0 handled Zero Peer group.
*Release notes were not created for versions prior to 1.1.0.1007.