Question

This is a first for me so I will try to be as specific as I can in this. The intent of the project I have is to connect to a remote server using a Windows application. Once the user signs into the application it will automatically connect to the remote server and open the user's designated folder and display the folders within the Windows application. FTP is not an option at this point.

My question is I have already tried AxMSTSCLib functionality but that is opening a Remote Desktop which is not what I need. Where would I start? Or at least how do I establish a connection with the remote server and display the folder for that user?

Was it helpful?

Solution

As per my understanding, you are trying to implement File Browser sort of functionality in your application. Please see if this link is of any help for you.

Embedding a File Explorer instance in a Windows Forms application form

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top