Download ftplet-api-1.0.0-M3.jar file - Jar f

Jar examples for f:ftplet-api

Description

Ftplets are, similar to servlets, an API to plug into the request lifecycle of FtpServer. Ftplets are called on session connect and disconnect as well as before and after each command within a user session.

You can download jar file ftplet-api 1.0.0-M3 in this page.

License

Apache License

Build File

You can use the following script to add ftplet-api-1.0.0-M3.jar to your project.

<dependency>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftplet-api</artifactId>
   <version>1.0.0-M3</version>
</dependency>
compile group: 'org.apache.ftpserver', name: 'ftplet-api', version: '1.0.0-M3'
libraryDependencies += "org.apache.ftpserver" % "ftplet-api" % "1.0.0-M3"
<dependency org="org.apache.ftpserver" name="ftplet-api" rev="1.0.0-M3"/>
@Grapes(@Grab(group='org.apache.ftpserver', module='ftplet-api', version='1.0.0-M3'))
'org.apache.ftpserver:ftplet-api:jar:1.0.0-M3'

Download

Click the following link to download the jar file.

ftplet-api-1.0.0-M3-javadoc.jar
ftplet-api-1.0.0-M3-sources.jar
ftplet-api-1.0.0-M3.jar
ftplet-api-1.0.0-M3.pom



Related Tutorials