Top "Samba" questions

Samba is the standard Windows interoperability suite of programs for Linux and Unix.

Win32: API calls to list available network shares on a server?

Assume I have access to a SMB server at IP 1.2.3.4, how can I determine the list of available shares? Windows …

winapi samba smb network-shares
Can a windows network share be mounted within a docker container?

Google is turning up some bizarre results, including questions here at SO. I am aware that this isn't a supported/…

docker samba cifs
Defeating CIFS file caching on Windows / forcing "refresh"

I'm modifying files on a UNIX system and accessing them on a Windows box. The server runs samba and there …

windows samba cifs
Git is doing very slow commits on a Samba share. What can I do to speed it up?

I am running a git repository on a remote server. I have it set up a samba share on the …

git windows-7 samba
Python cannot access file using smb client

Using this library: https://pypi.python.org/pypi/PySmbClient I am trying to access a file from my Ubuntu machine …

python samba windows-share
Open Java SMB server implementation

Is there an open implementation of a SMB/CIFS server in Java? The only implementation I can find at all …

java samba smb cifs