1

I am trying to setup an anonymous user account on our server to enable people to downlaod 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 priviledges 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

Ophidian
  • 2,178
  • 14
  • 14
stukerr
  • 307
  • 4
  • 13

2 Answers2

1

I would look into creating an SFTP account that is locked into a chroot. People can get in, download and upload, but everything is trapped and seperated from the machine.

https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-6181828.html

Justin S
  • 350
  • 3
  • 15
  • You could also set up Webmin and then use that to create the ftp setup and lock the user to a certain folder and then set the umask of that user to more restrictive then normal. – Justin S Jan 20 '10 at 04:48
0

Try this guide:

http://www.ls-l.net/ftp/

Swoogan
  • 2,087
  • 1
  • 14
  • 21