The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.commons | commons-vfs | 2.0-SNAPSHOT | - | jar | |
org.apache.ftpserver | ftplet-api | 1.0-incubator-SNAPSHOT | - | jar | |
org.apache.ftpserver | ftpserver-core | 1.0-incubator-SNAPSHOT | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.3.0 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
commons-codec | commons-codec | 1.2 | - | jar | |
commons-httpclient | commons-httpclient | 3.0 | - | jar | |
commons-logging | commons-logging | 1.1.1 | - | jar | |
org.apache.mina | mina-core | 1.0.7 | - | jar | |
org.apache.mina | mina-filter-ssl | 1.0.7 | - | jar | |
org.slf4j | slf4j-api | 1.3.0 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
log4j | log4j | 1.2.13 | - | jar |
A VFS implementation of FtpServer UserManager and FileSystemManager.
http://dctmvfs.sourceforge.net/ftpserver-vfs
The slf4j log4j-12 binding
Log4j
http://logging.apache.org/log4j/docs/
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://incubator.apache.org/ftpserver/ftplet-api
Apache Incubator FtpServer Core
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://incubator.apache.org/ftpserver/ftpserver-core
MINA (Multipurpose Infrastructure for Network Applications) is a network application framework which helps users develop high performance and highly scalable network applications easily.
http://mina.apache.org/mina-core
The slf4j API
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
MINA (Multipurpose Infrastructure for Network Applications) is a network application framework which helps users develop high performance and highly scalable network applications easily.
http://mina.apache.org/mina-filter-ssl
VFS is a Virtual File System library.
http://commons.apache.org/vfs/commons-vfs
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.