I have a run time problem to do with assembly versioning. I have created a class that has 2 seperate connections one is FTP the other SFTP. I have downloaded the FTP assembly from you 2014 R3 that has Rebex.Networking.dll (version 3.0.5466.0) but when I downloaded the SFTP 2015 R1 I noticed that it too has Rebex.Networking.dll but it's version is 3.0.5512.0 and when I run the application I get FileLoadException that has in it eg. assembley's version does not match the assembly reference. I have tried adding in Visual Studio 2010 either 3.0.5466.0 or 3.0.5512.0 to the References node but to no avail. I am using the .NET 2.0 versions of the dll's.
I do not think the iFTP interface as posted in another question will make any difference.