Results 1 to 3 of 3

Thread: Secure file access

  1. #1
    Join Date
    Jul 2006
    Posts
    142
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Secure file access

    I am a Newbie when it comes to php. My question is: What is the secure most way to get access to files sitting on the web-server. I do NOT want to open up a SSL VPN session and then authenticate and then sftp to the files. This is the most secure but inconvenient for my purposes. I just want people to login and then just download the files using PHP.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You've already got access to them. Your script is running on the webserver.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2006
    Posts
    142
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Thank you.

    So you are saying its already un-secure since its already on the server.
    OK. What if it is not sitting on the web-server? What if it is sitting on a remote computer that the web-server has access to ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •