On Wed, 17 Nov 1999, steven knight wrote:

> On Wed, 17 Nov 1999, John D. Hardin wrote:
> 
> > On Wed, 17 Nov 1999, steven knight <[EMAIL PROTECTED]> 
> > wrote:
> > 
> > > I am trying to setup a directory for anonymous 
> > > ftp upload.  I have a directory in /home/ftp/pub
> > > called incoming. I did, 
> > > 
> > > $ chmod 777 incoming 
> > 
> > ...what does your uni think about hosting warez sites?
> 
> Not known.  I was however, hosting a mirror of linux related ftp
> servers. metalab.unc.edu, gnu, gnome, ldp -- not warez.
> 
> > Not that that's your intent, but the warez kiddiez *will* find you.

That's why I added the "intent" comment. Your intent is good - help
out the community. But an FTP site that allows unrestricted anonymous
uploads is a dangerous way to do that. The warez kiddiez will likely
find it and start using it as a warez site, regardless of *your* goal
in providing it. Do you really want the uni to pull your 'net access
because some bozo dumped a bunch of copyrighted MP3 files on you, and
somebody else sicced the RIAA on the uni?

There ways to make it harder on the bad guys. For example:

   chmod 733 incoming

will prevent anonymous users from listing the incoming directory. If
they know the name of the file they can still retrieve it, but they
can't browse.

If you're running wu-ftpd, take a look at the "upload" option in
ftpaccess. You'll want to set the default user, group and mode so
that nobody can read or overwrite the file that's been uploaded until
you intervene and move it to a permanent location with proper
permissions. You'll probably want to configure it so files get created
as something like 600 nobody:nobody.

Setting up an anonymous-upload FTP server means you'll have to keep an
eye on it to prevent abuse, and you'll have to manage the files people
upload.

--
 John Hardin KA7OHZ   ICQ#15735746   http://www.wolfenet.com/~jhardin/
 [EMAIL PROTECTED]      pgpk -a finger://gonzo.wolfenet.com/jhardin
  768: 0x41EA94F5 - A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76 
 1024: 0xB8732E79 - 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  Monty Python's Star Trek Voyager:
  A successful trans-warp experiment turns Paris and Janeway into
  newts, but they get better.
  ...wait a minute... It's already been done...
-----------------------------------------------------------------------
   Today: Leonid meteor shower


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to