FTP Server written in Ruby.
- Ruby. Written with version 3.0.1.
- rake
- tomlrb
- unix-crypt
- minitest - optional
- minitest-reporters - optional
- rubocop - optional
Install deps: gem install bundler && bundle install
. Run bundle exec rake
to run the tests, or bundle exec rake run
to run the server.