This project is not covered by Drupal’s security advisory policy.
The module provides tools for using samba shares. Allows create multiple samba server settings.
Dependencies
The module depends on SMB Library.
Example
$manager = \Drupal::service('smbclient.server_manager');
$fs = $manager->getServer('test_filestore_id');
$share = $fs->getShare('test_folder');
$file = $share->readFile('test_file.xml');
$content = stream_get_contents($file);
Development assistance is welcome.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Integrations
- Created by m.lebedev on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

