[Samba] Status Davenport webdav gateway?

Paul te Bokkel tebokkel at gmail.com
Wed Nov 4 02:41:28 MST 2009


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 paul at tebokkel.com / i http://www.tebokkel.com


On Tue, Nov 3, 2009 at 5:17 PM, Steve Rippl <rippls at woodlandschools.org>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';
>
>
>


More information about the samba mailing list