Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.24 KB

ProFTPD Developer Guide: Internals


Table of Contents


ProFTPD Internals

This is a collection of descriptions of some of the internal mechanisms and workings of the core engine, such as how it decides which handlers to call (and when), resolution of filesystem paths, etc. I decided to put these descriptions here for now, for lack of a better place for them; they are not exactly related to programming ProFTPD modules.

Please feel free to contribute explanations to this section. The source for ProFTPD is sadly lacking in in-source comments, and these descriptions aim to fill the gap for aspiring developers.

Descriptions:


Table of Contents