how can I access a remote (linux) directory using php?
remote directory access
Collapse
This topic is closed.
X
X
-
mark babliTags: None -
Jerry Stuckle
Re: remote directory access
mark babli wrote:If it's an NFS directory, access it just like you would any otherhow can I access a remote (linux) directory using php?
>
>
directory. Otherwise FTP or, if the remote server allows, http.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attgl obal.net
=============== ===
-
mark babli
Re: remote directory access
Hello Jerry,
Thanks for the response. NFS would probable be the best idea if I was
sure that the machines were going to keep their existing structure. However,
for those asking my same question (newbies like me :-) I called a remote
script (local on the remote server) and had that script handle the request.
"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
news:6NudnXwAL9 LYXyjZnZ2dnUVZ_ oKdnZ2d@comcast .com...mark babli wrote:>>how can I access a remote (linux) directory using php?
If it's an NFS directory, access it just like you would any other
directory. Otherwise FTP or, if the remote server allows, http.
>
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attgl obal.net
=============== ===
>
Comment
Comment