ftp server

J

Joker7

I have set up Microsoft FTP Service (Version 5.0) iis ftp how can I let
work mate upload but not delete file ? It must be anonymous login so no
password username ect.

Regards
Chris
http://teaup.port5.com

X-post to :microsoft.public.win2000.general,
microsoft.public.win2000.security, uk.comp.os.win2000
 
J

Jeff Cochran

I have set up Microsoft FTP Service (Version 5.0) iis ftp how can I let
work mate upload but not delete file ? It must be anonymous login so no
password username ect.

Asked and answered in the FTP group. Don't multi-post.

Jeff
 
G

Guy Harrison

Joker7 said:
I have set up Microsoft FTP Service (Version 5.0) iis ftp how can I let
work mate upload but not delete file ? It must be anonymous login so no
password username ect.

Be serious.

<robot>
for all anonymous logins
do
publish IP
upload *
end
;
</robot>

Joker7 ... goes to jail (child porn)
 
K

Karl Levinson [x y] mvp

Be serious.
Joker7 ... goes to jail (child porn)

Actually, anonymous FTP is possibly the safest way to host an FTP server.
You just have to make sure that the anonymous IUSR user never has both read
and write permissions to any one folder. Use NTFS permissions to create
read only "download" folders and write only, no read, "upload" folders.
 
E

Enkidu

If you allow anonymous logins *and* uploads, someone **will** find and
upload illegal files to your server. They then become ***your***
problem.

Cheers,

Cliff
 
E

Enkidu

Actually, anonymous FTP is possibly the safest way to host an FTP server.
You just have to make sure that the anonymous IUSR user never has both read
and write permissions to any one folder. Use NTFS permissions to create
read only "download" folders and write only, no read, "upload" folders.
Well, yes, but he (the OP) wanted anonymous uploads!

Cheers,

Cliff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top