Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Protecting folders on line

  • 24-03-2009 11:13pm
    #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