in reply to Re: HTML Frontend to FTP using CGI,LDAP and virtual users
in thread HTML Frontend to FTP using CGI,LDAP and virtual users

I flirted with WebDAV for a while, I will look even further now - have you tried it with say OSX smb:// mounts or is that total pie in the sky? If it were possible to rely on the fact the all our clients use windows, then WebDAV is an real option. I suspect that the OS9.x , OSX , Windows 9x/xxxxx hetrogeny might find more common ground in HTTP1.1 at present.

++cees -thanks

I can't believe it's not psellchecked
  • Comment on Re: Re: HTML Frontend to FTP using CGI,LDAP and virtual users

Replies are listed 'Best First'.
Re: Re: Re: HTML Frontend to FTP using CGI,LDAP and virtual users
by cees (Curate) on Apr 15, 2003 at 03:43 UTC

    I have never used OS9 or OSX, but according to the WebDAV projects page OSX definately has support for WebDAV. Also Win9x and up also support it (earlier version may need to install the 'Web Folders' update on Windows Update).

    WebDAV is an open standard, and hence you should get excellent cross platform interoperability. At it's most simple level, you could call it FTP over the HTTP protocol (which is pretty much what you were after). But it allows much more than that, especially with the power of Apache driving it.