More actions
ftpsrv | |
---|---|
![]() | |
General | |
Author | ITotalJustice |
Type | File Browsers |
Version | 1.2.1 |
License | Mixed |
Last Updated | 2024/12/31 |
Links | |
Download | |
Website | |
Source | |
ftpsrv is a small, fast, single-threaded FTP server written in C.
It uses no dynamic memory allocation, has very low memory footprint (the size of everything can be configured at build time) and uses poll() (or select() if poll isn't available) to allow for a responsive single threaded server with very low overhead.