As the title says, I need to access files from a server remotely. After doing this, I need to show the files in a windows file/folder Dialog style. I need this using Remoting. It's not that simple since I have some problems:
- I don't have access to the client UNC sharing;
- I don't know where the \server\xpto is physically pointed;
- The service at the server must use the physical path.
Also, the sharing must be enabled (not always is), I'd need to prompt username/password and I'd have the network path, not the physical.
So, it's like accessing a server in a data center using the client app.