Releases: icewind1991/SMB
Releases · icewind1991/SMB
3.3.0
- Add option to set min and max protocol version
$options = new Options();
$options->setMinProtocol(IOptions::PROTOCOL_SMB2);
$options->setMaxProtocol(IOptions::PROTOCOL_SMB3);
$serverFactory = new ServerFactory($options);
3.2.7
- Fix directory detection in some cases (again)
3.2.6
- Fix directory detection in some cases
3.2.5
- Fix "Uninitialized string offset: 0" error in some setups
3.2.4
- Fix issue where folders were detected as files when using newer (lib)smbclient
3.2.3
- add proper paths to exceptions during stream close and write
3.2.2
- Add
NetworkResetException
- Properly close the stream when there is an exception during flush
3.2.1
- Reduce the number of requests needed to populate the
FileInfo
object when using libsmbclient-php
3.2.0
- Throw correct exception when connection is reset
- Allow getting acls from
FileInfo
3.1.2
- Fix killing of child processes on some non standard posix systems
- Fix
append
for some smb implementations - Don't create empty target files when a file can't be open using
get