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
i'm trying to use a post request to authenticate to a web application.
let's say username = alice is valid but username = bob does not exits.
making the request with alice works like a charm but when i try username =
bob it hangs? any suggestions?
--
http://mail.python.org/mailman/listinfo/python
i'm trying to make a https post request, i'm following the example linked
below.
http://www.java2s.com/Tutorial/Python/0420__Network/SendinganHTTPPOSTRequestfromaPythonScript.htm
i'm trying to make the https post request to netflix.com, below is my code
1 import httplib
2
3 # def statement