On Jun 22, 2011 11:44 AM, "Travis Altman" <travisalt...@gmail.com> wrote:
>
> I want to be able to connect to a windows share via python.  My end goal
is to be able to recursively search through windows shares.  I want to do
this in Linux as well.  So given a share such as \\computer\test I would
like to search through the test directory and any sub directories for any
file names of interest.  What's the best way of going about this?  I know
LDAP / AD creds may play an essential part in this as well.  Thanks for your
input.
>
> --

I haven't done anything with this myself, but my guess would be that there's
a Python samba wrapper somewhere that you'll want to use for this.

> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to