Go to file
2016-06-14 20:06:16 -05:00
include Remove gfxDrawSprite 2016-01-26 00:02:07 -06:00
meta Fix unique id 2016-06-11 03:05:08 -05:00
source Better rounding for free space size 2016-06-14 02:42:51 -05:00
.gitignore Merge branch 'build-cia' of git://github.com/WinterMute/ftbrony into build-cia 2016-06-08 22:23:01 -05:00
ftpd_qr.png Add QR code that points to latest cia build 2016-06-14 20:02:08 -05:00
LICENSE Initial commit 2014-11-23 16:40:26 -06:00
Makefile Merge branch 'build-cia' of git://github.com/WinterMute/ftbrony into build-cia 2016-06-08 22:23:01 -05:00
Makefile.3ds Better rounding for free space size 2016-06-14 02:42:51 -05:00
Makefile.linux Merge branch 'build-cia' of git://github.com/WinterMute/ftbrony into build-cia 2016-06-08 22:23:01 -05:00
README.md Add QR to CIA build in README.md 2016-06-14 20:06:16 -05:00

ftpd

FTP Server for 3DS.

Features

  • Appears to work well with a variety of clients.
  • Also compiles for Linux.
  • 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.
  • Cutting-edge graphics.

Latest CIA Build

https://mtheall.com/~mtheall/ftpd.cia

ftpd.cia

Build and install

You must first install and set up devkitARM and libctru. Clone this repository and cd in the resulting directory.

make

Copy the ftpd.3dsx file to your SD card and launch it.

Supported Commands

  • ABOR
  • ALLO (no-op)
  • APPE
  • CDUP
  • CWD
  • DELE
  • FEAT
  • HELP
  • LIST
  • MDTM
  • MKD
  • MODE (no-op)
  • NLST
  • NOOP
  • OPTS
  • PASS (no-op)
  • PASV
  • PORT
  • PWD
  • QUIT
  • REST
  • RETR
  • RMD
  • RNFR
  • RNTO
  • STAT
  • STOR
  • STRU (no-op)
  • SYST
  • TYPE (no-op)
  • USER (no-op)
  • XCUP
  • XCWD
  • XMKD
  • XPWD
  • XRMD

Planned Commands

  • STOU