Netty handler, partial implementation of RFC 959 "File Transfer Protocol (FTP)" for receiving FTP files. Both active and passive modes are supported.
Depends on Netty and slf4j-api.
Library is available in Maven cental:
<dependency>
<groupId>com.alexkasko.netty</groupId>
<artifactId>netty-ftp-receiver</artifactId>
<version>1.0</version>
</dependency>
See usage example in tests.
Javadocs for the latest release are available here.
This project is released under the Apache License 2.0
1.0 (2013-03-14)
- initial public version