Error: WinSCP. NET Assembly
I need a help, I am trying to download some files from an SFTP connection, as I read there is "WinSCP. NET Assembly winscp.dll" to program in C #. NET, I found only one in the FAR, but when I try to add it as reference to my C # project. NET displays an error
--------------------------- Microsoft Visual Studio --------------------------- A reference to 'D:\CTAPIA\Plantillas\NET\LeerSFTP\WindowsFormsApplication1\WindowsFormsApplication1\WinSCP\WinSCP.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
I want to do the following, Example:
https://winscp.net/eng/docs/library_session_getfiles#example
thanks,