Ftpsrv
is a simple ftp server providing anonymous access. It is normally started by
listen(1).
If
root
is specified on the command-line, clients can only access files below
root.
Otherwise, clients can access files in
/.
Options:
-l
Log file transfers to
/services/logs/ftpsrv.
-r
Drop priviliges after startup, becoming none.
-d
Print debugging output.
EXAMPLE
Serve the files in /lib/ftp:
listen -A 'net!*!ftp' {ip/ftpsrv -lr /lib/ftp &}
SOURCE
/appl/cmd/ip/ftpsrv.b
SEE ALSO
listen(1)
ftpfs(4)
Internet RFCs
RFC959,
RFC2428,
and
RFC3659