I am trying to setup an anonymous user account on our server to enable people to download technical manuals for our products etc. and I would like this to be as secure as possible!

I was just wondering if anyone knew a series of steps that will allow me to create an anonymous ftp account linked to a directory on the server that enables download only ? Also how could i make a corresponding ftp account with write privileges to this account to allow people within our company to upload new files ?

Sorry I'm a bit new to all this!

Many Thanks,

Stuart

link|improve this question

feedback

migrated from stackoverflow.com Oct 9 '09 at 15:23

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

Start here.

link|improve this answer
feedback

If security is a priority for you, you should consider to set up encrypted access to you FTP site. Some examples of mod_tls configuration for ProFTPd could be found here.

Hope that helps. Cheers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.