More actions
Created page with "{{Infobox 3DS Homebrews |title=ftpsrv |image=3ds.png |description=A small ftp server. |author=ITotalJustice |lastupdated=2024/12/31 |type=File Browsers |version=1.2.1 |license=Mixed |download=https://dlhb.gamebrew.org/3dshomebrews/ftpsrv3DS.7z |website=https://gbatemp.net/threads/release-ftpsrv-a-small-ftp-server.663645/ |source=https://github.com/ITotalJustice/ftpsrv |donation= }} {{#seo: |title=ftpsrv (File Browsers) - GameBrew |title_mode=append |image=3ds.png |image_..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=ftpsrv | |title=ftpsrv | ||
|image= | |image=ftpsrv3ds.png | ||
|description=A small ftp server. | |description=A small ftp server. | ||
|author=ITotalJustice | |author=ITotalJustice |
Latest revision as of 05:02, 2 February 2025
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.