I just purchased the SFTP package since I needed to do secure ftp transfers for one of my new customers. So I downloaded the package and the secure ftp works fine. But now, my regular Rebex.Net.Ftp.dll (downloaded in 2008) won't work because it's version 2.5.3127 and it relys on the Rebex.Net.ProxySocket.dll which I now have 3 versions of (1) Rebex.FTP (2) FTP/SSL and now (3) Rebex.Net.SFtp.dll. I have a class library that needs to use regular FTP and SFTP. Here's the scenario:
Class Libary B needs to use Rebex.Net.Sftp.dll for Secure Ftp
Class Libary B needs to use Rebex.Net.Ftp.dll for regular Ftp
These two dlls have dependencies with the same file name that are now different versions and won't work together.
I do not want to have to buy the upgrade to fix this issue. How can I resolve this issue?
UPDATE:
I have already received an email back from support to resolve this issue. They were very responsive and extremely helpful.