Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm developing the windows app written by C++, which needs to retrieve the file lists of the remote windows server share fold by username & passwd like:
C++
BOOL GetFilesFromServerShareFolder( const CString& serversharefolderpath, const CString& username, const CString& passwd, CList& retfiles);

I don't how to implement it.If anybody knows some APIs or sample code or tutorial, it will be realy usefull.
Posted
Updated 9-Jul-13 1:17am
v3

1 solution

here can be some helping stuff. Download and review the code:

A Quick Drive Manager[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900