You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by matt schulze <ma...@onlinebankingsolutions.com> on 2007/10/02 18:09:28 UTC

PATCH: allow command subclassing, query connection security

The attached patch file was designed with the following ideas in mind:

FTP commands accepted by the server should be implementable/filterable
on a user-level basis.
Certain private objects in classes such as NativeFileSystemView should
be mode protected to allow greater customizations within user-created
subclasses.
At any point where a class can access a FTP connection, it should be
able to query whether the connection has been secured or not.

Matthew Schulze