rootftp 0.1.2

A simple FTP server tool
rootftp-0.1.2 is not a library.
Visit the last successful build: rootftp-0.3.1

rootftp

Rust-based FTP server with with custom configurable, sharing directories across private networks. Built on the top of libunftp.

Crates.io Rust Version CI Termux Tested

Installation

  • Install via Crates.io
 cargo install rootftp
  • Build from source (Recommanded) Additional systemd service
git clone https://github.com/rajeev-k47/rootftp.git
cd rootftp
chmod +x ./scripts/install.sh
./scripts/install.sh

Usage

  • To start the server
rootftp start

Add the -d flag to launch the server in the background as a daemon process.

   If installed via script

sudo systemctl start rootftp
sudo systemctl enable rootftp

  • To stop the server
rootftp stop
  • To set a custom root directory:
rootftp setdir /custom/dir # (e.g. /home/user/Documents)
  • To check current status/config:
rootftp status