
mtheall/ftpd: FTP Server for 3DS/Switch - GitHub
Appears to work well with a variety of clients. Supports multiple simultaneous clients. The 3DS itself only appears to support enough sockets to perform 4-5 simultaneous data transfers, so it will help if you limit your FTP client to this many parallel requests.
Releases · mtheall/ftpd - GitHub
Nov 16, 2024 · FTP Server for 3DS/Switch. Contribute to mtheall/ftpd development by creating an account on GitHub.
FTP guide · GitHub
Apr 11, 2025 · FTP guide. GitHub Gist: instantly share code, notes, and snippets.
docker-pure-ftpd/README.md at master - GitHub
To create a user on the ftp container, use the following environment variables: FTP_USER_NAME, FTP_USER_PASS and FTP_USER_HOME. FTP_USER_HOME is the root directory of the new user.. Example usage: docker run -e FTP_USER_NAME=bob -e FTP_USER_PASS=12345 -e FTP_USER_HOME=/home/bob stilliard/pure-ftpd
GitHub - vonnieda/lftpd: Little FTPD (lftpd) is a tiny embeddable …
Little FTPD (lftpd) is a tiny embeddable ftp server written in C for small embedded targets. - vonnieda/lftpd
GitHub - nodeftpd/nodeftpd: FTP Server in Node
This is a simple but very configurable FTP server. Notable features include: Abstracts out the fs module, so you can use any implementation, even on a per-user basis. This makes it possible for each user to have his/her own virtual file system, isolated from that of the system or other users.
stilliard/docker-pure-ftpd: Docker Pure-ftpd Server - GitHub
If you want to make changes, my advice is to either change the run command when running it or extend this image to make any changes rather than forking the project. This is because rebuilding the entire docker image via a fork can be very slow as it …
ftpd/ at master · mtheall/ftpd - GitHub
FTP Server for 3DS/Switch. Contribute to mtheall/ftpd development by creating an account on GitHub.
jedisct1/pure-ftpd: Pure FTP server - GitHub
PURE-FTPD .:. Documentation for version 1.0.52 ----- BLURB ----- Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based upon Troll-FTPd.
p-sam/xftpd - GitHub
Appears to work well with a variety of clients. Supports multiple simultaneous clients. The 3DS itself only appears to support enough sockets to perform 4-5 simultaneous data transfers, so it will help if you limit your FTP client to this many parallel requests.
- Some results have been removed