Skip to content

2nolife/akka-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka-FTP

The Akka-FTP project is the reactive FTP server which uses Akka actors under the hood. It also provides the AngularJS web dashboard with Spray backend.

For details check out the Akka-FTP blog. Please read the introduction chapter and the follow-up posts.

Feedback email cftp@coldcore.com

Running the server

You need to install SBT to build and run the server. Then clone the repository and from the project directory sbt run:

$ sbt run
[info] ...
[info] Running com.coldcore.akkaftp.Launcher

To stop the server either ^C or send a GET request to http://localhost:8021/api/action/shutdown

Big thank you goes to

ColoradoFTP for the FTP commands and ideas.

Gabbler the excellent example of Akka, Spray and AngularJS.

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

License

This code is open source software licensed under the GNU Lesser General Public License v3.

Bug list

Please read this chapter before submitting a bug.

Release notes

Release 1.0