Status Davenport webdav gateway?

View: New views
3 Messages — Rating Filter:   Alert me  

Status Davenport webdav gateway?

by Paul te Bokkel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Can anyone confirm that Davenport, the jCIFS-based webdav gateway is
current? In other words, if I update the jCIFS jar, will Davenport be
current? Is it still 'supported' without any known errors or is it
abandoned? Any current users?
Any alternatives? :D


Paul
--
ir Paul te Bokkel
Ingenieursbureau Te Bokkel
e paul@... / i http://www.tebokkel.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: Status Davenport webdav gateway?

by Steve Rippl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Status Davenport webdav gateway?

by Paul te Bokkel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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