Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 291 Bytes

README.rst

File metadata and controls

18 lines (10 loc) · 291 Bytes

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()