Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Protecting folders on line

  • 25-03-2009 12:13AM
    #1
    Closed Accounts Posts: 14


    I was wondering if there is any way to password protect folders online

    I want to use my own domain as an on-line hard disc (for backup and easy retrieval/distribution of documents). I imagine I'd FTP the documents onto the domain, but how would I go about securing them?


Comments

  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    Use sftp or tunnel over ssh.

    May or may not do the job but Dropbox could be worht a look. You can set up public folders and that sort of stuff.


  • Closed Accounts Posts: 1,444 ✭✭✭Cantab.


    .htaccess

    If possible, use it over https, but even over http, you'll get some protection.


  • Closed Accounts Posts: 92 ✭✭tpotter


    As Cantab said, using .htaccess files provides a quick and easy way to password protect folders and files. This seems like a pretty easy to follow guide ( javascriptkit.com/howto/htaccess3.shtml )

    And in regards to using FTP, this is a rather insecure method of moving files, as in not secure at all, so you would probably want to use SSH. On the same token, again as noted by Cantab, you would want to use https to access the files on your server.


Advertisement