FTP Server - non-anonymous?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set up an FTP server for non-anonymous use? As
in... I want to be able to let people access it and get
files and not be able to change anything, but I want to
make it so I can log into it and change the files on it.
How does one go about doing this?
 
You allow both anonymous and non-anonymous at the same time. NTFS file
system permissions control what can be done with the files. The
"IUSR_<servername>" is the anonymous account, so don't give it NTFS
permissions that you don't want it to have.
 
Back
Top