Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-06 03:58
1.17

This release fixes a bug which caused paths starting with "/." to not
be omitted when nodotfiles was set, a minor (but annoying) typo in
listing permissions of sticky files, and a bug which caused listing
"/foo/*" to not include the "/foo/" prefix in the resulting names.
Path permission failures (no dot files/lock home) now produce a
sensible system error,
標籤: Stable, Minor bugfixes

2002-04-19 05:21
1.15

Fixes for some obscure bugs, and improved handling of hangups.
標籤: Stable, Minor bugfixes

2001-11-04 02:20
1.14

A fix for a bug in the string sort implementation that caused listings to leak memory, a fix for PASV connection mode to only show the 150 response if the connection does not fail, a workaround for broken firewalls that rewrite certain commands (specifically PORT) with two CR characters before the final LF, strip trailing slashes from the home path, use of corked (Linux) or no-push (BSD) socket mode to improve transfer efficiency, and some other minor fixes to socket handling and response messages.
標籤: Stable, Minor bugfixes

2001-09-14 03:50
1.13

Listings of "." when CWD is "/" have been fixed. System error messages are now included with STAT and MDTM failures. An error message is printed when the session times out. The PASV response has been modified to work around more broken clients.
標籤: Stable, Minor bugfixes

2001-08-25 02:48
1.12

Use of the CVM 0.10 (protocol 1) API for authentication (this means you must use modules from CVM 0.10 or later with this version), many error messages include the system error message (like "File or path not found") that caused the error, a simple, limited LIST/NLST option parser to provide compatibility with broken clients that like to send commands like "NLST -alL", authentication and session timeout limits, and SITE commands are no longer output twice in the logs.
標籤: Stable, Minor feature enhancements

Project Resources