Download e2ftp Free Java Code

Description

FTP Server On Java EE 7.

Source Files

The download file e2ftp-master.zip has the following entries.


.gitignore/*from  w  w  w . j  av a2  s.  co  m*/
README.md
ftpserver-st/pom.xml
ftpserver-st/src/test/java/org/eftp/ftpserver/business/Authenticator.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/RESTSupport.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/configuration/ConfigurationResourceIT.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/files/boundary/FilesIT.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/hooks/boundary/EventBroadcastRessourceIT.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/hooks/boundary/HooksResourceIT.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/management/ManagementResourceIT.java
ftpserver-st/src/test/java/org/eftp/ftpserver/business/monitoring/boundary/StatisticsResourceIT.java
ftpserver-st/src/test/java/org/eftp/ftpserver/st/FTPServerWrapperIT.java
ftpserver/nb-configuration.xml
ftpserver/pom.xml
ftpserver/src/main/java/org/eftp/ftpserver/business/ConstraintViolationMapper.java
ftpserver/src/main/java/org/eftp/ftpserver/business/RESTConfig.java
ftpserver/src/main/java/org/eftp/ftpserver/business/configuration/boundary/ConfigurationResource.java
ftpserver/src/main/java/org/eftp/ftpserver/business/files/boundary/Files.java
ftpserver/src/main/java/org/eftp/ftpserver/business/files/boundary/FilesResources.java
ftpserver/src/main/java/org/eftp/ftpserver/business/hooks/boundary/EventBroadcastRessource.java
ftpserver/src/main/java/org/eftp/ftpserver/business/hooks/boundary/HooksResource.java
ftpserver/src/main/java/org/eftp/ftpserver/business/hooks/control/FtpEventListener.java
ftpserver/src/main/java/org/eftp/ftpserver/business/hooks/control/HookInvoker.java
ftpserver/src/main/java/org/eftp/ftpserver/business/management/boundary/ManagementResource.java
ftpserver/src/main/java/org/eftp/ftpserver/business/monitoring/boundary/EventTracker.java
ftpserver/src/main/java/org/eftp/ftpserver/business/monitoring/boundary/StatisticsResource.java
ftpserver/src/main/resources/META-INF/persistence.xml
ftpserver/src/main/webapp/WEB-INF/beans.xml
ftpserver/src/main/webapp/WEB-INF/glassfish-web.xml
ftpserver/src/main/webapp/WEB-INF/web.xml
ftpserver/src/main/webapp/index.html
ftpservice-api/pom.xml
ftpservice-api/src/main/java/org/eftp/events/Command.java
ftpservice-api/src/main/java/org/eftp/events/FtpEvent.java
ftpservice-api/src/main/java/org/eftp/events/FtpEventName.java
ftpservice-api/src/test/java/org/eftp/ftpserverapi/AppTest.java
ftpservice/pom.xml
ftpservice/src/main/java/org/eftp/ftpserver/business/boot/boundary/FTPServerWrapper.java
ftpservice/src/main/java/org/eftp/ftpserver/business/boot/control/ManagedFtpServerContext.java
ftpservice/src/main/java/org/eftp/ftpserver/business/concurrency/control/ManagedThreadPoolExecutorExposer.java
ftpservice/src/main/java/org/eftp/ftpserver/business/configuration/boundary/ConfigurationExposer.java
ftpservice/src/main/java/org/eftp/ftpserver/business/configuration/boundary/ConfigurationStartup.java
ftpservice/src/main/java/org/eftp/ftpserver/business/configuration/control/ConfigurationStore.java
ftpservice/src/main/java/org/eftp/ftpserver/business/configuration/entity/ConfigurationEntry.java
ftpservice/src/main/java/org/eftp/ftpserver/business/files/boundary/InstrumendFileSystemFactory.java
ftpservice/src/main/java/org/eftp/ftpserver/business/hooks/boundary/HooksRegistry.java
ftpservice/src/main/java/org/eftp/ftpserver/business/hooks/entity/Checks.java
ftpservice/src/main/java/org/eftp/ftpserver/business/hooks/entity/Hook.java
ftpservice/src/main/java/org/eftp/ftpserver/business/hooks/entity/HookValidator.java
ftpservice/src/main/java/org/eftp/ftpserver/business/logger/boundary/Log.java
ftpservice/src/main/java/org/eftp/ftpserver/business/logger/boundary/LoggerProducer.java
ftpservice/src/main/java/org/eftp/ftpserver/business/monitoring/boundary/CallTracker.java
ftpservice/src/main/java/org/eftp/ftpserver/business/plugins/boundary/FtpletHook.java
ftpservice/src/main/java/org/eftp/ftpserver/business/plugins/boundary/Plugin.java
ftpservice/src/main/java/org/eftp/ftpserver/business/plugins/entity/CommandInstance.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/boundary/JPAUserStore.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/boundary/UserManagementInitializer.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/control/Digester.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/control/UserManagerIntegrationAdapter.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/entity/FtpConcurrentLoginPermission.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/entity/FtpGroup.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/entity/FtpPermission.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/entity/FtpTransferRatePermision.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/entity/FtpUser.java
ftpservice/src/main/java/org/eftp/ftpserver/business/users/entity/FtpWritePermission.java
ftpservice/src/main/resources/META-INF/beans.xml
ftpservice/src/test/java/org/eftp/ftpserver/business/PersistenceSupport.java
ftpservice/src/test/java/org/eftp/ftpserver/business/hooks/boundary/HooksRegistryIT.java
ftpservice/src/test/java/org/eftp/ftpserver/business/hooks/entity/HookIT.java
ftpservice/src/test/java/org/eftp/ftpserver/business/hooks/entity/HookTest.java
ftpservice/src/test/java/org/eftp/ftpserver/business/users/control/DigesterTester.java
ftpservice/src/test/resources/META-INF/persistence.xml
hook-test-client/nb-configuration.xml
hook-test-client/pom.xml
hook-test-client/src/main/java/org/e2ftp/testclient/business/RESTConfiguration.java
hook-test-client/src/main/java/org/e2ftp/testclient/business/hooks/boundary/Authenticator.java
hook-test-client/src/main/java/org/e2ftp/testclient/business/hooks/boundary/CallbacksResource.java
hook-test-client/src/main/java/org/e2ftp/testclient/business/hooks/boundary/HookMgmt.java
hook-test-client/src/main/java/org/e2ftp/testclient/presentation/Index.java
hook-test-client/src/main/webapp/WEB-INF/web.xml
hook-test-client/src/main/webapp/index.xhtml
pom.xml
release.sh
test.sh

Download

Click the following link to download e2ftp-master.zip.

e2ftp-master.zip




















Home »
  Java Free Code »
    Network »




FTP
Network
Server
Socket