Skip to content

justice-code/netty-ftp-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages