# User classes...
class all real,guest,anonymous *
class anony anonymous *
class nonano real,guest *
upload /home/ftp * no
upload /home/ftp /incoming* yes ftp ftp 777 dirs
#####################################
以下是我copy下来的错误信息:
[root@spnp49225 ftp]# ftp localhost
Connected to localhost (127.0.0.1).
220-Welcome! My friend from localhost.localdomain!
220-It is Tue Mar 11 20:36:38 2003 now on spnp49225.spnp.nus.edu.sg.
220-
220 spnp49225.spnp.nus.edu.sg FTP server (Version wu-2.6.2-8) ready.
Name (localhost:root): ftp
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd incoming
250 CWD command successful.
ftp> put limit
local: limit remote: limit
227 Entering Passive Mode (127,0,0,1,121,229)
553 limit: Permission denied on server. (Upload)
ftp> passive
Passive mode off.
ftp> put limit
local: limit remote: limit
200 PORT command successful.
553 limit: Permission denied on server. (Upload)