You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ftpserver-example-spring-war/src/main/java/org/apache/ftpserver/example/springwar/FtpServerListener.java
Copy file name to clipboardExpand all lines: examples/ftpserver-example-spring-war/src/main/java/org/apache/ftpserver/example/springwar/FtpServerServlet.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,22 @@
29
29
30
30
importorg.apache.ftpserver.FtpServer;
31
31
32
-
/*
32
+
/**
33
+
* An HttpServelt implementation for a FtpServer
34
+
*
33
35
* @author <a href="http://mina.apache.org">Apache MINA Project</a>
Copy file name to clipboardExpand all lines: examples/ftpserver-osgi-ftplet-service/src/main/java/org/apache/ftpserver/example/ftpletservice/MyFtplet.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,19 @@
27
27
importorg.apache.ftpserver.ftplet.FtpSession;
28
28
importorg.apache.ftpserver.ftplet.FtpletResult;
29
29
30
-
/*
30
+
/**
31
+
* An instance of FtpLet
32
+
*
31
33
* @author <a href="http://mina.apache.org">Apache MINA Project</a>
Copy file name to clipboardExpand all lines: examples/ftpserver-osgi-ftplet-service/src/main/java/org/apache/ftpserver/example/ftpletservice/impl/Activator.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,19 @@
27
27
importorg.osgi.framework.BundleActivator;
28
28
importorg.osgi.framework.BundleContext;
29
29
30
-
/*
30
+
/**
31
+
* The OSGi bundle activator for the FtpLet service
32
+
*
31
33
* @author <a href="http://mina.apache.org">Apache MINA Project</a>
0 commit comments