I don't think the open function will negotiate
the http stuff. open will work on files (or pipes)
that are 'visible' on the current file system. In other
words, if you cant 'cd' to that dir and see that file,
then open can't either.
Seems to me you have two general options:
1 - mount the drive on the second server from the first
so your application can 'see' it.
2 - write/run an application on the second server that will
do the trick when asked.... using sockets, or
even some unconventional CGI. There could be quite
a few approaches to doing this.
I my opinion, the best approach would be to make the drive
on the second server 'visible' (mount it) from the first server
and setup permissions and such appropriately.
HTH If you are new to Tek-Tips, please use descriptive titles, check the FAQs,
and beware the evil typo.