FtpRx

FtpRx: Simple implementation of FTP server

Codacy Badge License

FtpRx screenshot

Specification Support

Running and Debugging

Running project if very simple, just open up your shell/terminal and enter the following command in root project directory.

$ ./gradlew application:run

Contributing

If you want to submit code back to the project, please take a moment to review over the guidelines below.

Code Style

FtpRx stands by the usual java style, but we don’t have an official coding standard.

Please do not do any of the following:

A few additional notes to keep in mind:

Size of code changes

To reduce the chances of introducing errant behavior, and to increase the chance that your pull request gets merged, we ask you to keep the requests small and focused.

Found a bug? Missing a specific feature?

For bugs, questions and discussions please use the Github Issues. If you already found a solution to your problem, we would love to review your pull request! Have a look at our Contributing section to find out about our coding standards.

License

FtpRx is licensed under the Apache License 2.0.