FtpPlugin lets you start and stop a lightweight FTP server for your Minecraft server directly from in-game commands.
No external setup, no separate daemon – just drop the JAR in your /plugins folder and go.
/ftp open and /ftp close.config.yml./ftp open – Starts the embedded FTP server (only for the one allowed player name)./ftp close – Stops the embedded FTP server.When /ftp open succeeds, the plugin sends a chat message showing:
Use those values in your FTP client to connect once the server is running.
On first run, a config file is generated:
plugins/FtpPlugin/config.yml
Example:
ftp:
port: 2121
Change port to your desired TCP port, then restart or reload the server.
ftp.manage – Required to use /ftp (defaults to OP).> Even with the permission, the plugin still checks the player’s exact name; only that one name can actually open or close the FTP server.
/plugins folder.config.yml.config.yml./ftp open./ftp close to stop the FTP server.This plugin exposes your entire server folder over plain FTP with a fixed username and password. For safety:
/ftp open as highly sensitive.