Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
48 lines (35 loc) · 978 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 978 Bytes

rftp

A simple CLI ftp client/server for a school project written in rust.

Features

Server:

  • Users can have seperate permissions, (List, Read, All, Nothing)
  • Server can run in passive, active or both modes of connection.
  • Server can handle multiple users.

Getting Started

Consumers:

Consumers should look at the releases page for binaries.

Developers:

Prerequisites:

Rust can be installed from here.

Building:

cargo build
Running:

For commandline help:

sudo ./target/debug/rftp -h

All subcommands have -h command.

To run the server:

sudo ./target/debug/rftp server

To run the database manager

sudo ./target/debug/rftp db

Built With:

Authors: