Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.dc | |
org.globus.ftp.extended | |
org.globus.ftp.vanilla |
Modifier and Type | Class and Description |
---|---|
class |
HostPort6
Utility class for parsing and converting host-port information from EPSV
and EPRT ftp commands.
|
Modifier and Type | Field and Description |
---|---|
HostPort |
Session.serverAddress |
Modifier and Type | Method and 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 and 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 and Description |
---|---|
protected HostPort |
ActiveConnectTask.hostPort |
protected HostPort |
GridFTPActiveConnectTask.hostPort |
Modifier and Type | Method and Description |
---|---|
void |
TransferThreadManager.activeConnect(HostPort hp,
int connections)
Act as the active side.
|
Constructor and 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 and Description |
---|---|
HostPort |
GridFTPServerFacade.setPassive(int port,
int queue) |
Modifier and Type | Method and Description |
---|---|
void |
GridFTPServerFacade.setActive(HostPort hp) |
Modifier and Type | Field and Description |
---|---|
protected HostPort |
FTPServerFacade.remoteServerAddress |
Modifier and Type | Method and 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 and Description |
---|---|
void |
FTPServerFacade.setActive(HostPort hp)
Asynchronous; return before completion.
|
Copyright © 2016. All rights reserved.