jar

org.apache.ftpserver.examples : ftpserver-osgi-ftplet-service

Maven & Gradle

Mar 08, 2022

FtpServer OSGi Ftplet service example · Simple example where an Ftplet is published as a OSGi service. Another bundle, using the white-board pattern can locate this and plug it into a running server.

Table Of Contents

Latest Version

Download org.apache.ftpserver.examples : ftpserver-osgi-ftplet-service JAR file - Latest Versions:

All Versions

Download org.apache.ftpserver.examples : ftpserver-osgi-ftplet-service JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ftpserver-osgi-ftplet-service-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.ftpserver.example.ftpletservice

├─ org.apache.ftpserver.example.ftpletservice.MyFtplet.class - [JAR]

org.apache.ftpserver.example.ftpletservice.impl

├─ org.apache.ftpserver.example.ftpletservice.impl.Activator.class - [JAR]