| Package | Description |
|---|---|
| org.globus.ftp | |
| org.globus.io.streams |
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
|
| org.globus.io.urlcopy |
This library provides a simple API for transferring a file from one location to
another.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GridFTPClient |
This is the main user interface for GridFTP operations.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
FTPClient.transfer(String remoteSrcFile,
FTPClient destination,
String remoteDstFile,
boolean append,
MarkerListener mListener) |
Performs third-party transfer between two servers.
|
static void |
FTPClient.transfer(FTPClient source,
String remoteSrcFile,
FTPClient destination,
String remoteDstFile,
int mode,
MarkerListener mListener) |
Performs third-party transfer between two servers.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected FTPClient |
FTPInputStream.ftp |
|
protected FTPClient |
FTPOutputStream.ftp |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
UrlCopy.negotiateDCAU(FTPClient src,
FTPClient dst) |
Copyright © 2018. All rights reserved.