is not current version
Last Version 1.2.3

com.alexkasko.netty:netty-ftp-receiver 1.0

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

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.alexkasko.netty
ArtifactId

ArtifactId

netty-ftp-receiver
Version

Version

1.0
Type

Type

jar

Download netty-ftp-receiver 1.0


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