Transferring Files - ISAPI
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to send a list of specific files present on my server however those files need to be secure (not directly accessible by any way). Then on a request for a file from a client, I want to transfer a file from my ISAPI app. How do i get it on client side using WinInet API in a VC++ program. Also, I want to make sure that the specific set of files should not be accessed from any clients directly. They should be able to access only those files which are marked as ready by my ISAPI dll. B2C