I am using python and requests library.
I have my file generated on intranet fileserver with url like
url = "\\\\int\\appdata\\test\\data.txt"
If directly tupe that in browser , it saves the files. but i want to download the file using python
requests.get(url)
says invalid url