Hosted Explorer script

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

    #1

    Hosted Explorer script

    I have a hosted web server (Apache Virtual Server running on Linux)
    that has a web site, mysql and php application.

    What I want to do is grant access to some staff to be able to access a
    documents folder on the server and access documents over the web so
    they can add, update ect. basically I am lookingfor a secure PHP
    script that gives me windows like access with some security.

    I am not sure where to start looking.
  • Tim Van Wassenhove

    #2
    Re: Hosted Explorer script

    In article <b490a441.04052 31500.14942d15@ posting.google. com>, grum wrote:[color=blue]
    > I have a hosted web server (Apache Virtual Server running on Linux)
    > that has a web site, mysql and php application.
    >
    > What I want to do is grant access to some staff to be able to access a
    > documents folder on the server and access documents over the web so
    > they can add, update ect. basically I am lookingfor a secure PHP
    > script that gives me windows like access with some security.
    >
    > I am not sure where to start looking.[/color]

    I think you are looking in the wrong place.
    Why not consider using sftp or scp?


    --
    Tim Van Wassenhove <http://home.mysth.be/~timvw/contact.php>

    Comment

    • Chung Leong

      #3
      Re: Hosted Explorer script

      "grum" <igrummett@pear l-bay.co.uk> wrote in message
      news:b490a441.0 405231500.14942 d15@posting.goo gle.com...[color=blue]
      > I have a hosted web server (Apache Virtual Server running on Linux)
      > that has a web site, mysql and php application.
      >
      > What I want to do is grant access to some staff to be able to access a
      > documents folder on the server and access documents over the web so
      > they can add, update ect. basically I am lookingfor a secure PHP
      > script that gives me windows like access with some security.
      >
      > I am not sure where to start looking.[/color]

      Try installing mod_dav (http://www.webdav.org/mod_dav/) on Apache if you
      want Windows like file access. Might be possible to run HTTP-DAV on SSL.
      Have never tried that myself.


      Comment

      Working...