mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
51 lines
565 B
Markdown
51 lines
565 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.
|
||
|
|
||
|
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
|