information about this package can be found in the README. here is a html-version of the README:
tested with various clients.
ip/ftpsrv is a simple anonymous ftp server.
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.
the latest version can be found at:
http://www.ueber.net/code/r/ftpsrv
all files are in the public domain. this code has been written by mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/ftpsrv/
hg clone static-http://www.ueber.net/who/mjl/hg/ftpsrv/
download a snapshot of the latest version: ftpsrv-4.tgz.
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:
| 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. ... |