Hmm.. > smbwebclient 2.9 file released: smbwebclient-2.9.php.gz > posted 1658 days ago
Thanks, it could have been a solution, weren't it that WebDAV is a specific requirement. It's about storage for 25k+ students, to be able to use it from home, crossplatform. Since we use RedHat GFS2 in a clustered Samba, with NFS3/4 and sftp, it would be a shame to use IIS for WebDAV. Paul -- ir Paul te Bokkel Ingenieursbureau Te Bokkel e [email protected] / i http://www.tebokkel.com On Tue, Nov 3, 2009 at 5:17 PM, Steve Rippl <[email protected]>wrote: > On Tue, 2009-11-03 at 10:34 +0200, Paul te Bokkel wrote: > > Any alternatives? :D > > > > We use smbwebclient.php (sourceforge project, > http://sourceforge.net/projects/smbwebclient/ ), very simple and it > works very well. > > For smbclient >= 3.2 we had to make a couple of small changes as the > options for smbclient seemed to change (and they hadn't updated > smbwebclient last time I checked) > > --- > > Within smbwebclient.php need to change (line 1445) > > $cmdline = $this->cfgSmbClient.' '.$smbcmd.' '.$options.' -N '; > > to > > $cmdline = $this->cfgSmbClient.' '.$smbcmd.' '.$options; > > as the -N option now does something different!! and (line 1451) > > $cmdline .= ($dumpFile) ? '2>/dev/null' : '2>&1'; > > to > > $cmdline .= ($dumpFile) ? ' 2>/dev/null' : ' 2>&1'; > > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
