search for: libjcif

Displaying 1 result from an estimated 1 matches for "libjcif".

Did you mean: libjcifs
2012 May 12
1
getting files and ACLs from a fileshare in Python
Hi, I am weighing Python for an application which needs to connect to a fileshare, to index the documents and also to retrieve the ACLs. Is there an equivalent of the Java libjcifs in Python? Given that the application will be running on Windows, what is the best way to use the win32 API from Python? If the application is running on Linux, I might be better off simply mounting the share. Do you know a good way to read the ACLs for the files? There are few reference to Pyt...