Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.extended | |
org.globus.ftp.vanilla |
Modifier and Type | Method | Description |
---|---|---|
protected TransferState |
FTPClient.transferBegin(BasicClientControlChannel other,
MarkerListener mListener) |
|
protected void |
FTPClient.transferRun(BasicClientControlChannel other,
MarkerListener mListener) |
Actual transfer management.
|
protected void |
FTPClient.transferRunSingleThread(BasicClientControlChannel other,
MarkerListener mListener) |
|
protected TransferState |
FTPClient.transferStart(BasicClientControlChannel other,
MarkerListener mListener) |
Modifier and Type | Class | Description |
---|---|---|
class |
GridFTPControlChannel |
GridFTP control channel, unlike the vanilla control channel,
uses GSI autentication.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FTPControlChannel |
Represents FTP Protocol Interpreter.
|
protected class |
FTPServerFacade.LocalControlChannel |
This inner class represents a local control channel.
|
Modifier and Type | Method | Description |
---|---|---|
BasicClientControlChannel |
FTPServerFacade.getControlChannel() |
Use this method to get the client end of the local
control channel.
|
Constructor | Description |
---|---|
TransferMonitor(BasicClientControlChannel controlChannel,
TransferState transferState,
MarkerListener mListener,
int maxWait,
int ioDelay,
int side) |
Copyright © 2018. All rights reserved.