Tagged Questions
2
votes
4answers
5k views
Using pysmbc to read files over samba
I am using the python-smbc library on Ubuntu to access a samba share. I can access the directory structure fine, I am however not sure how to access actual files and their content. The webpage ...
1
vote
1answer
1k views
Accessing samba shares with gio in python
I am trying to make a simple commandline client for accessing shares via the python bindings of gio (yes, the main requirement is to use gio).
I can see that comparing with it's predecessor ...
0
votes
3answers
511 views
Can't tell if a file exists on a samba share
I know that the file name is file001.txt or FILE001.TXT, but I don't know which. The file is located on a Windows machine that I'm accessing via samba mount point.
The functions in os.path seem to ...