Package | Description |
---|---|
org.globus.ftp |
Modifier and Type | Class and Description |
---|---|
class |
GridFTPClient
This is the main user interface for GridFTP operations.
|
Modifier and Type | Method and Description |
---|---|
static void |
FTPClient.transfer(FTPClient source,
String remoteSrcFile,
FTPClient destination,
String remoteDstFile,
int mode,
MarkerListener mListener)
Performs third-party transfer between two servers.
|
void |
FTPClient.transfer(String remoteSrcFile,
FTPClient destination,
String remoteDstFile,
boolean append,
MarkerListener mListener)
Performs third-party transfer between two servers.
|
Copyright © 2012. All Rights Reserved.