/fs-smb

PyFilesystem interface for SMB filesystems

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

fs-smb

PyFilesystem interface for SMB filesystems

Note: This is for pyfilesystem2 only.

Running Locally:

from smbfs import SMBFS
smb = SMBFS('username', 'password', 'Remote NETBIOS Name', '0.0.0.0', 'share')

# Try out connection out:
smb.listdir()