Accessing a protected directory
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. Im starting de development of a new program and it will access files from a server protected directory, so it cant be accessed directly (except by admin). The program will be used by standart users, which, depending on their permissions, can only access some files. How can i access the directory from the program? a) creating a user "administrator" that is actually the program (is that possible??) b) Using a kind of FTP server that doesnt allow direct access, but allows authorized users to get the files c) ...