Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.alexkasko.netty:netty-ftp-receiver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.alexkasko.netty:netty-ftp-receiver

Netty handler, partial implementation of RFC 959 "File Transfer Protocol (FTP)" for receiving FTP files. Both active and passive modes are supported.

  • 1.2.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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 3 and slf4j-api.

Netty 4 compatibility and more complete FTP support is implemented in fork by codingtony.

Library is available in Maven cental:

<dependency>
    <groupId>com.alexkasko.netty</groupId>
    <artifactId>netty-ftp-receiver</artifactId>
    <version>1.2.3</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.2.3 (2014-03-12)

  • prevent error reply sending to closed channel

1.2.2 (2014-02-19)

  • fix NPE on reporting error with null message

1.2.1 (2014-01-19)

  • guard handler state with atomic references
  • incorrect passive advertised address fix
  • socket timeout support for passive mode

1.2 (2013-12-26)

  • ALLO command support
  • separate advertized address for passive mode

1.1 (2013-12-20)

  • QUIT command added
  • current directory support in receiver

1.0.2 (2013-04-30)

  • fix NPE on STOR after connection error

1.0.1 (2013-04-29)

  • socket closing fix
  • extensive logging

1.0 (2013-03-14)

  • initial public version

FAQs

Package last updated on 12 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc