1753404 Members
7172 Online
108793 Solutions
New Discussion юеВ

Re: WebDav and HPUX

 
Barbara Kramer
Frequent Advisor

WebDav and HPUX

Hi,
can anyone help me? I need to pick up and send files to a webdav server from hpux.
I thought the easiest way would be to activate dav in my apache and mount the http side of server where I need to exchange data with

does anyone have experience? or maybe there is a better tool? even so, I believe apache should be able to do the trick
thanks for helping
barbara
live is great !!
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: WebDav and HPUX

Shalom,

Linux has a number of good tools for file transfer.

scp/sftp (openssh)
ftp
rsync

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Matti_Kurkela
Honored Contributor

Re: WebDav and HPUX

You cannot "mount the http side" on HP-UX unless you have a tool that can interface between the HP-UX kernel and the WebDAV server.

Linux has a feature called "FUSE" (Filesystem in USErspace) which allows an easy way to build such tools. HP-UX doesn't have anything similar as yet. To make such a tool, you would probably have to implement a new HP-UX kernel driver; or a WebDAV-to-NFS tool, which would be somewhat similar to the old pfs_mount (which HP-UX admins loved to hate).

As far as I've understood, Apache can only be another WebDAV server, not a WebDAV client.

But it looks like you only need a WebDAV client for HP-UX. In that case, this might be the solution:

http://hpux.connect.org.uk/hppd/hpux/Networking/Misc/cadaver-0.23.3/

(Note: you must also install the packages listed as "Run-time Dependencies", else the package won't work.)

MK
MK