Netty handler, partial implementation of RFC 959 "File Transfer Protocol (FTP)" for receiving FTP files. Both active and passive modes are supported.
Work based on Alex Kasko's netty-ftp-receiver
Depends on Netty 4.0.11.Final and slf4j-api.
Library is available in Maven cental:
<dependency>
<groupId>com.butor</groupId>
<artifactId>netty-codec-ftp</artifactId>
<version>0.1</version>
</dependency>
This project is released under the Apache License 2.0
0.1 (2013-10-24)
- First release of codingtony's fork