NAME

ip/ftpsrv - ftp server

SYNOPSIS

ip/ftpsrv [ -dlr ] [ root ]

DESCRIPTION

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

FTPSRV(8 ) Rev:  Mon Jun 22 12:52:50 GMT 2009