Top "Samba" questions

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

Git over samba - unable to write sha1 filename | Permission denied

When I am using git over samba share on windows I get an error when i want to commit a …

git ubuntu samba permission-denied
How to escape an @ sign in the password field of an smb:// URL

I'm trying to write a bash script in which I connect to a samba server, by getting the username and …

bash samba escaping
Python Linux-copy files to windows shared drive (samba)

this question is similar to How to copy files to network path or drive using Python However, I am on …

python networking share samba smb
Java I/O over an NFS mount

I have a bit of Java code that outputs an XML file to a NFS mounted filesystem. On another server …

java samba nfs jdom
How to get user password expiration date from Active Directory?

folks! There are an Active Directory (Windows) and a Linux samba client. At the Active Directory the policy had adjusted …

linux windows active-directory passwords samba
php to access shared smb folder (user/password protected)

WAMP server PHP fopen function needs to open file in shared folder //server/folder1/file1.txt php has SYSTEM user …

php apache wamp samba smb
Using Git with a Samba shared folder

I am new to Git, and trying to determine how to best implement it. I have the following four machines: …

linux windows git samba
Error 1312 from net use when mapping samba share

I have written a service that monitors if my app is running and starts it if not. In result the …

linux windows share samba net-use
Cannot access file on Samba server via Python

I'm trying to access a file on our Samba server using Python. I found out I need to use a …

python samba fileserver libsmbclient
How to create directories using samba client

I have a java code for samba client that puts a file from my unix machine to a windows machine. …

java filesystems mkdir samba directory