Hello. I have written a Python 3.1 script running on Windows that uses os.path.exists() to connect to network shares. If the various network shares require different user account and password combos than the account the script is running under the routine returns false. I need something like os.samba.path.exists(username,password,path). Does anyone have a suggestion on how I can accomplish what I need to do in Python? -- http://mail.python.org/mailman/listinfo/python-list
- os.path.exists() and Samba shares BDZ
- Re: os.path.exists() and Samba shares Loïc Domaigné
- Re: os.path.exists() and Samba shares BDZ
- Re: os.path.exists() and Samba shares Ben Finney
- Re: os.path.exists() and Samba shares Gabriel Genellina
- Re: os.path.exists() and Samba shares BDZ
- Re: os.path.exists() and Samba shares Michel Claveau - MVP