mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
added append() to Wrapped/Share as proxy to Native/Share
This commit is contained in:
parent
0a9b035800
commit
1cb1f3f56a
5 changed files with 32 additions and 29 deletions
|
|
@ -325,7 +325,7 @@ class NativeShare extends AbstractShare {
|
|||
* @return INotifyHandler
|
||||
*/
|
||||
public function notify($path) {
|
||||
// php-smbclient does support notify (https://github.com/eduardok/libsmbclient-php/issues/29)
|
||||
// php-smbclient does not support notify (https://github.com/eduardok/libsmbclient-php/issues/29)
|
||||
// so we use the smbclient based backend for this
|
||||
if (!Server::available($this->server->getSystem())) {
|
||||
throw new DependencyException('smbclient not found in path for notify command');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue