ftpiiu_plugin/README.md

61 lines
1.0 KiB
Markdown
Raw Normal View History

2014-11-26 08:44:02 +01:00
ftbrony
=======
FTP Server for 3DS.
Features
--------
- Appears to work well with a variety of clients.
- Also compiles for Linux.
2016-01-16 01:04:09 +01:00
- 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.
2014-11-26 08:44:02 +01:00
- 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
2016-01-16 01:04:09 +01:00
Copy the `ftbrony.3dsx` file to your SD card and launch it.
2014-11-26 08:44:02 +01:00
Supported Commands
------------------
2016-01-16 00:28:59 +01:00
- APPE
2014-11-26 08:44:02 +01:00
- CDUP
- CWD
- DELE
- FEAT (no-op)
- LIST
- MKD
- MODE (no-op)
2016-01-16 00:47:18 +01:00
- NLST
2014-11-26 08:44:02 +01:00
- NOOP
- PASS (no-op)
- PASV
- PORT
- PWD
- QUIT
2016-01-19 00:46:03 +01:00
- REST
2014-11-26 08:44:02 +01:00
- 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
- STOU