How i can connect to a session

Advertisement

alankar
Joined:
Posts:
2
Location:
bangalore

How i can connect to a session

Hi,
I want to create a new session from a dotnet (c#) program.
Not intended to use existing saved session,want to prompt user to provide the desired credentials.

Any pointers would be very helpful.

Thanks & Regards
Alankar Singh

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum