* Ported FreeBSD's ftpd to Haiku.

* Added it to the image, and configured it to be used.
* Currently, it cannot transfer files over 64 KB for some reason
  ("Message too long").


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23843 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-02-03 16:37:49 +00:00
parent 43711de9d2
commit 0481936536
14 changed files with 6576 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
service telnet {
launch telnetd
}
service ftp {
launch ftpd
}