repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

tested with various clients.

intro

ip/ftpsrv is a simple anonymous ftp server.

install

make sure $ROOT is set, now run "mk install" to compile and install
the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT=
in the mk invocations to override the values in the mkconfig.

latest version

the latest version can be found at:
    http://www.ueber.net/code/r/ftpsrv

licence & author

all files are in the public domain.  this code has been written by
mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.

todo

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/ftpsrv/
or
hg clone static-http://www.ueber.net/who/mjl/hg/ftpsrv/

tgz

download a snapshot of the latest version: ftpsrv-4.tgz.

contents

the files in the latest revision can be found at /hg/ftpsrv/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:

manual pages:

limbo source files:

changes

rev nodeid when diff why
4 9e1f2add4a91 6 weeks diff add mkconfig, update README.
3 6566e23a9ea7 8 months diff various improvements: ...
2 3cc986f3a8d4 8 months diff make setting up connections, and data transfers themselves, interr...
1 525b8ebc001a 8 months diff more commands: "feat", various ftp extensions and eprt/epsv. ...
0 806db35e0808 8 months - welcome ftpsrv. ...