remote directory access

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mark babli

    remote directory access

    how can I access a remote (linux) directory using php?


  • Jerry Stuckle

    #2
    Re: remote directory access

    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

    • mark babli

      #3
      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

      Working...