Go to file
Michael Theall 86be27cd31 v3.0.0-rc1
2020-04-28 10:25:54 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2020-04-24 18:09:19 -05:00
gfx.3ds v3.0.0-rc1 2020-04-28 10:25:54 -05:00
gfx.switch v3.0.0-rc1 2020-04-28 10:25:54 -05:00
include v3.0.0-rc1 2020-04-28 10:25:54 -05:00
meta nicer icon 2018-08-15 13:39:24 -05:00
source v3.0.0-rc1 2020-04-28 10:25:54 -05:00
.clang-format v3.0.0-rc1 2020-04-28 10:25:54 -05:00
.gitignore v3.0.0-rc1 2020-04-28 10:25:54 -05:00
ftpd_qr.png v3.0.0-rc1 2020-04-28 10:25:54 -05:00
LICENSE v3.0.0-rc1 2020-04-28 10:25:54 -05:00
Makefile v3.0.0-rc1 2020-04-28 10:25:54 -05:00
Makefile.3ds v3.0.0-rc1 2020-04-28 10:25:54 -05:00
Makefile.linux v3.0.0-rc1 2020-04-28 10:25:54 -05:00
Makefile.switch v3.0.0-rc1 2020-04-28 10:25:54 -05:00
README.md v3.0.0-rc1 2020-04-28 10:25:54 -05:00

ftpd

FTP Server for 3DS/Switch/Linux.

Features

  • 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.
  • Cutting-edge graphics.

Latest Builds

CIA: https://mtheall.com/~mtheall/ftpd-3ds.cia

3DSX: https://mtheall.com/~mtheall/ftpd-3ds.3dsx

NRO: https://mtheall.com/~mtheall/ftpd-nx.nro

CIA QR Code

ftpd-3ds.cia

Build and install

You must set up the development environment.

3DSX

The following pacman packages are required to build ftpd-3ds.3dsx:

3dstools
devkitARM
libctru

They are available as part of the 3ds-dev meta-package.

Build ftpd-3ds.3dsx:

make 3dsx

NRO

The following pacman packages are required to build ftpd-nx.nro:

devkitA64
libnx
switch-tools

They are available as part of the switch-dev meta-package.

Build ftpd-nx.nro:

make nro

Supported Commands

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

Planned Commands

  • STOU