Jar examples for f:ftplet-api
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 in this page.
Apache License
You can use the following script to add ftplet-api-1.0.0.jar to your project.
<dependency> <groupId>org.apache.ftpserver</groupId> <artifactId>ftplet-api</artifactId> <version>1.0.0</version> </dependency>
compile group: 'org.apache.ftpserver', name: 'ftplet-api', version: '1.0.0'
libraryDependencies += "org.apache.ftpserver" % "ftplet-api" % "1.0.0"
<dependency org="org.apache.ftpserver" name="ftplet-api" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.ftpserver', module='ftplet-api', version='1.0.0'))
'org.apache.ftpserver:ftplet-api:jar:1.0.0'
Click the following link to download the jar file.
ftplet-api-1.0.0-javadoc.jar