|
发表于 2005-3-4 14:26:16
|
显示全部楼层
我编译好ftpd,可是在板上跑不起来。。。(不是skyeye,是S3C44b0x的开发板)
/mnt/kevin/uclin/romfs/bin> ./ftpd --help
Usage: ./ftpd [OPTION] ...
Internet File Transfer Protocol server.
-A, --anonymous-only Server configure for anonymous service only
-D, --daemon Start the ftpd standalone
-d, --debug Debug mode
-l, --logging Increase verbosity of syslog messages
-p, --pidfile=[PIDFILE] Change default location of pidfile
-q, --no-version Do not display version in banner
-t, --timeout=[TIMEOUT] Set default idle timeout
-T, --max-timeout Reset maximum value of timeout allowed
-u, --umask Set default umask(base
--help Print this message
-V, --version Print version
-a, --auth=[AUTH] Use AUTH for authentication, it can be:
default passwd authentication.
Submit bug reports to [email protected].
/mnt/kevin/uclin/romfs/bin> ./ftpd -DA
pid 37: failed 256
/mnt/kevin/uclin/romfs/bin> |
|