[quoted text, click to view] "Paul Lynch" <paul.lynch@nospam.com> wrote in message
news:at4lf0h6pe00rdai08ajfrvl0h6cgsp1fk@4ax.com...
> On Fri, 16 Jul 2004 16:02:01 -0700, "Russ"
> <Russ@discussions.microsoft.com> wrote:
>
>>I have an FTP site using IIS 6 and allow users to log on with the anonymus
>>account. I want to allow people to ftp files, but not want to allow them
>>to create sub-directories in the FTP root directory.
>>
>>How do prevent the creation of the sub-directories?
>
> Allowing the Anonymous user account write access to your FTP server is
> a BAD idea. Think about it for a minute, do you REALLY want anyone,
> anywhere to be able to upload anything they want to your server ?
i think that's the point, to make it easy for people to upload files to your
ftp server, else you wouldn't be running it in the first place. it's very
simple to restrict file-only uploads to a specific directory and turn quota
management on for that folder.
additionally, it's considered more secure to allow ONLY anonymous ftp
logins, opposed to allowing users to login with a username/password because
those unencrypted credentials can be sniffed by a hacker and then used later
to login, perhaps with elevatated privileges, depending on the rights
assigned to that account. it's simply safer to allow anonymous logins only
and place quota management and access restrictions on the upload folder
(using NTFS ACLs).
--
francis