Last Version

Netty FTP Receiver Library 1.2.3

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

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.alexkasko.netty
ArtifactId

ArtifactId

netty-ftp-receiver
Version

Version

1.2.3
Type

Type

jar
Description

Description

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

Project URL

https://github.com/alexkasko/netty-ftp-receiver
Source Code Management

Source Code Management

https://github.com/alexkasko/netty-ftp-receiver

Download netty-ftp-receiver 1.2.3


<!-- https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/ -->
<dependency>
    <groupId>com.alexkasko.netty</groupId>
    <artifactId>netty-ftp-receiver</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/
implementation 'com.alexkasko.netty:netty-ftp-receiver:1.2.3'
// https://jarcasting.com/artifacts/com.alexkasko.netty/netty-ftp-receiver/
implementation ("com.alexkasko.netty:netty-ftp-receiver:1.2.3")
'com.alexkasko.netty:netty-ftp-receiver:jar:1.2.3'
<dependency org="com.alexkasko.netty" name="netty-ftp-receiver" rev="1.2.3">
  <artifact name="netty-ftp-receiver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.netty', module='netty-ftp-receiver', version='1.2.3')
)
libraryDependencies += "com.alexkasko.netty" % "netty-ftp-receiver" % "1.2.3"
[com.alexkasko.netty/netty-ftp-receiver "1.2.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jboss.netty : netty jar 3.2.8.Final
org.slf4j : slf4j-api jar 1.6.1

test (5)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.slf4j : slf4j-log4j12 jar 1.6.1
log4j : log4j jar 1.2.16
commons-io : commons-io jar 2.4
commons-net : commons-net jar 3.3

Project Modules

There are no modules declared in this project.