Skip to content

codingtony/netty-ftp-receiver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netty handler for receiving files over FTP

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>

License information

This project is released under the Apache License 2.0

Changelog

0.1 (2013-10-24)

  • First release of codingtony's fork

About

Netty handler for receiving files over FTP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%