Skip to content

jwilljacob/netty-ftp-receiver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.

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.

License information

This project is released under the Apache License 2.0

Changelog

1.0 (2013-03-14)

  • initial public version

About

Netty handler for receiving files over FTP

Resources

License

Stars

Watchers

Forks

Packages

No packages published