Re: How i can connect to a session
First, WinSCP .NET assembly is probably not a good fit for use from GUI applications.
Please read
https://winscp.net/eng/docs/library
Anyway, you need to implement the prompts yourselt and then feed the data to SessionOptions class. There's no support for prompts in the library itself.
Please read
https://winscp.net/eng/docs/library
Anyway, you need to implement the prompts yourselt and then feed the data to SessionOptions class. There's no support for prompts in the library itself.