License |
License |
---|---|
GroupId | GroupIdorg.jglobus |
ArtifactId | ArtifactIdJGlobus-GridFTP |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGlobus GridFTP 2.0.0
GridFTP is a high-performance, secure, reliable data transfer protocol optimized for high-bandwidth wide-area networks. The GridFTP protocol is based on FTP, the highly-popular Internet file transfer protocol. We have selected a set of protocol features and extensions defined already in IETF RFCs and added a few additional features to meet requirements from current data grid projects. This GRIDFTP libary and client is based on JAVA.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JGlobus-GridFTP-2.0.0.pom | |
JGlobus-GridFTP-2.0.0.jar | 162 KB |
JGlobus-GridFTP-2.0.0-sources.jar | 158 KB |
JGlobus-GridFTP-2.0.0-javadoc.jar | 643 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jglobus/JGlobus-GridFTP/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>JGlobus-GridFTP</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-GridFTP/
implementation 'org.jglobus:JGlobus-GridFTP:2.0.0'
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-GridFTP/
implementation ("org.jglobus:JGlobus-GridFTP:2.0.0")
'org.jglobus:JGlobus-GridFTP:jar:2.0.0'
<dependency org="org.jglobus" name="JGlobus-GridFTP" rev="2.0.0">
<artifact name="JGlobus-GridFTP" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='JGlobus-GridFTP', version='2.0.0')
)
libraryDependencies += "org.jglobus" % "JGlobus-GridFTP" % "2.0.0"
[org.jglobus/JGlobus-GridFTP "2.0.0"]