|
nobody.cgi is a simple Perl
The File Transfer System is
script that you can use to
designed to be installed on
execute commands as
a web server along with your
user:nobody. Do you have a
html files. Using CGI
message board, counter or
scripts, clients can
any other script on your
remotely make file transfers
server that generates files?
with the server without help
Have you ever tried to
from the webmaster. The
manually edit one of these
client can do the following
files? You may have noticed
on the server: Create new
that you can't because you
directories with password
don't own the file -
protection (5 user definable
user:nobody owns the file
levels available), Delete
and you can't edit it. By
empty directories,
installing nobody.cgi on
Upload/Download/Delete
your server, you can execute
files. Deleting more than
commands with user:nobody's
one files or directories at
permissions, which means you
once is also prevented by
can create, delete, view,
filtering the client's input
modify and change
for wildcards. With this
permissions on files owned
system, a group of users can
by user:nobody.
share a file space available
from any web browser
connected to the internet.
Date: Aug, 21 1999 Date: Jul, 16 1999 |