Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.dc | |
org.globus.ftp.extended | |
org.globus.ftp.vanilla |
Modifier and Type | Class | Description |
---|---|---|
class |
HostPort6 |
Utility class for parsing and converting host-port information from EPSV
and EPRT ftp commands.
|
Modifier and Type | Field | Description |
---|---|---|
HostPort |
Session.serverAddress |
Modifier and Type | Method | Description |
---|---|---|
HostPort |
HostPortList.get(int index) |
|
protected HostPort |
FTPClient.get127Reply() |
Reads a GFD.47 compliant 127 reply and extracts the port
information from it.
|
HostPort |
FTPClient.setLocalPassive() |
Starts local server in passive server mode, with default parameters.
|
HostPort |
FTPClient.setLocalPassive(int port,
int queue) |
Starts the local server in passive server mode.
|
HostPort |
FTPClient.setPassive() |
Sets remote server to passive server mode.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HostPortList.add(HostPort hp) |
Adds an element to the list
|
void |
FTPClient.setActive(HostPort hostPort) |
Sets remote server active, telling it to connect to the given
address.
|
Modifier and Type | Field | Description |
---|---|---|
protected HostPort |
ActiveConnectTask.hostPort |
|
protected HostPort |
GridFTPActiveConnectTask.hostPort |
Modifier and Type | Method | Description |
---|---|---|
void |
TransferThreadManager.activeConnect(HostPort hp,
int connections) |
Act as the active side.
|
Constructor | Description |
---|---|
ActiveConnectTask(HostPort hostPort,
DataSink sink,
BasicServerControlChannel control,
Session session,
DataChannelFactory factory,
TransferContext context) |
|
ActiveConnectTask(HostPort hostPort,
DataSource source,
BasicServerControlChannel control,
Session session,
DataChannelFactory factory,
TransferContext context) |
|
GridFTPActiveConnectTask(HostPort hostPort,
BasicServerControlChannel control,
SocketBox box,
GridFTPSession gSession) |
Modifier and Type | Method | Description |
---|---|---|
HostPort |
GridFTPServerFacade.setPassive(int port,
int queue) |
Modifier and Type | Method | Description |
---|---|---|
void |
GridFTPServerFacade.setActive(HostPort hp) |
Modifier and Type | Field | Description |
---|---|---|
protected HostPort |
FTPServerFacade.remoteServerAddress |
Modifier and Type | Method | Description |
---|---|---|
HostPort |
FTPServerFacade.setPassive() |
Behave like setPassive(ANY_PORT, DEFAULT_QUEUE)
|
HostPort |
FTPServerFacade.setPassive(int port,
int queue) |
Start the local server
|
Modifier and Type | Method | Description |
---|---|---|
void |
FTPServerFacade.setActive(HostPort hp) |
Asynchronous; return before completion.
|
Copyright © 2018. All rights reserved.