why do I need to install the exe if I reference the DLL?
I wrote an SFTP program in VB.NET 2012, it works great using winscp. I was wondering why the program won't work with just the winscp.dll after I download it and add a reference to it in my program. I thought all of the compiled SFTP code was in the DLL, but apparently that's not the case. I have to install the winscp.exe before the program will work.
Is there a way to do the SFTP with just the DLL?
Is there a way to do the SFTP with just the DLL?