mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-16 17:59:19 +01:00
dab8ba37a4
Fixed some errors by mtheall request,
64 lines
995 B
Markdown
64 lines
995 B
Markdown
ftbrony
|
|
=======
|
|
|
|
FTP Server for 3DS.
|
|
|
|
Features
|
|
--------
|
|
- Appears to work well with a variety of clients.
|
|
- Also compiles for Linux.
|
|
- Supports multiple simultaneous clients.
|
|
- Cutting-edge graphics.
|
|
|
|
Build and install
|
|
------------------
|
|
|
|
You must first install and set up [devkitARM and libctru](http://3dbrew.org/wiki/Setting_up_Development_Environment).
|
|
Clone this repository and cd in the resulting directory.
|
|
|
|
make
|
|
|
|
Create a **ftbrony** (double check that it is spelt **exactly** like this) directory inside the 3ds directory on the root of your SD card and copy the following files in it:
|
|
- ftbrony.3dsx
|
|
- ftbrony.smdh
|
|
|
|
|
|
Supported Commands
|
|
------------------
|
|
|
|
- CDUP
|
|
- CWD
|
|
- DELE
|
|
- FEAT (no-op)
|
|
- LIST
|
|
- MKD
|
|
- MODE (no-op)
|
|
- NOOP
|
|
- PASS (no-op)
|
|
- PASV
|
|
- PORT
|
|
- PWD
|
|
- QUIT
|
|
- RETR
|
|
- RMD
|
|
- RNFR
|
|
- RNTO (rename syscall is broken?)
|
|
- STOR
|
|
- STRU (no-op)
|
|
- SYST
|
|
- TYPE (no-op)
|
|
- USER (no-op)
|
|
- XCUP
|
|
- XMKD
|
|
- XPWD
|
|
- XRMD
|
|
|
|
Planned Commands
|
|
----------------
|
|
|
|
- ALLO
|
|
- APPE
|
|
- NLST
|
|
- REST
|
|
- STOU
|