blob: a07f82891bd47b88a5a671dd58795975abffb6ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Twoftpd is an FTP server that strives to be secure, simple, and efficient.
None of the commands can cause execution of other programs, and the normal
model of execution does a chroot to the logged in user's directory
immediately after authentication. The name "twoftpd" comes from
the fact that there are two parts to the server: an authenticating front
end, which contains no file or data transfer code, and one of two back ends,
which contain all the data transfer code.
WWW: http://untroubled.org/twoftpd/
- Gea-Suan Lin
gslin@ccca.nctu.edu.tw
|