How to connect to FTP using saved site credentials through .NET Assembly
I have created multiple sites under WinSCP and saved my credentials. I want to connect from .NET Assembly.
Can I able to get session options (saved sites) from site name? So that I can connect to specific site using .NET Assembly without reassigning the session options.
ExecutablePath = < I can provide the WinSCP.exe path >