• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Easiest way to put password-protected download on my website?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Easiest way to put password-protected download on my website?

    I'm not a webby kind of person; I've a plan B website using WordPress and I want to put up a demo application download but make the download password-protected, or at the very least require the person to know the exact URL.

    I DO have the ability to make password-protected pages in WP so I could dump the file onto my site using FTP and put a link on a password-protected page - is that adequate?
    Originally posted by MaryPoppins
    I'd still not breastfeed a nazi
    Originally posted by vetran
    Urine is quite nourishing

    #2
    You can modify the .htaccess to password protect a folder, but I don't think that stops someone downloading a file if they know the direct URL.

    Since it's Wordpress, have a look at the various plugins around this - the free version of wpdownloadmanager looks like it would do the trick for you.
    Best Forum Advisor 2014
    Work in the public sector? You can read my FAQ here
    Click here to get 15% off your first year's IPSE membership

    Comment


      #3
      Can you make it so some of the code runs server side, with unique versions of the software with a unique serial number tied to that version

      Then downloading would become less of an issue
      Socialism is inseparably interwoven with totalitarianism and the abject worship of the state.

      No Socialist Government conducting the entire life and industry of the country could afford to allow free, sharp, or violently-worded expressions of public discontent.

      Comment


        #4
        In a full version maybe, but I'm not re-designing the software just for this purpose right now.
        Originally posted by MaryPoppins
        I'd still not breastfeed a nazi
        Originally posted by vetran
        Urine is quite nourishing

        Comment


          #5
          Did you sort this? If not I have some code I use for program downloads, not Wordpress, but very simple PHP code.

          PS On second thought perhaps it's not that simple if you don't know PHP so bit more explanation as may be more than you need. User enters details inc. email address which is bunged in database along with generated password. Password is emailed to user with link to login page. He can then log into page using pwd which shows his download links. Can be more than one.
          Last edited by xoggoth; 16 March 2014, 18:16.
          bloggoth

          If everything isn't black and white, I say, 'Why the hell not?'
          John Wayne (My guru, not to be confused with my beloved prophet Jeremy Clarkson)

          Comment


            #6
            I'm trialling a WP plugin. It doesn't give you a link to the file you can copy-paste which is annoying but on the other hand presumably means the files can be stored in a private location, so the plugin serves the download using PHP.
            Originally posted by MaryPoppins
            I'd still not breastfeed a nazi
            Originally posted by vetran
            Urine is quite nourishing

            Comment


              #7
              What about a password-protected zip file?

              Comment


                #8
                Originally posted by stek View Post
                What about a password-protected zip file?
                I guess it's not a bad shout if I want to provide a direct download URL.
                Originally posted by MaryPoppins
                I'd still not breastfeed a nazi
                Originally posted by vetran
                Urine is quite nourishing

                Comment


                  #9
                  You could host the file on Amazon S3. That makes it easy to generate secured download links, and even things like links that will only work for a specified window of time.

                  Comment


                    #10
                    Shared file on Dropbox maybe?

                    Comment

                    Working...
                    X