([ENVIRONMENT]
is a placeholder for the actual environment name.)
ftpiiu.wps
into sd:/wiiu/environments/[ENVIRONMENT]/plugins
.sd:/wiiu/environments/[ENVIRONMENT]/modules
./fs/vol/external01/
Via the plugin config menu (press L, DPAD Down and Minus on the gamepad) you can configure the plugin. The available options are the following:
/fs/vol/content
, /fs/vol/save
and /fs/vol/external01
(SD card). Changes take effect when so close the config menu, but the server may restart. (Default is false).See the ftpd repository for a list of all supported commands.
Logs will only appear in the system log (OSReport).
It's possible to use a docker image for building. This way you don't need anything installed on your host system.
# Build docker image (only needed once)
docker build . -t ftpiiuplugin-builder
# make
docker run -it --rm -v ${PWD}:/project ftpiiuplugin-builder make
# make clean
docker run -it --rm -v ${PWD}:/project ftpiiuplugin-builder make clean
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include -i
This plugin is based on ftpd by mtheall