Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.extended |
Modifier and Type | Field and Description |
---|---|
HostPortList |
GridFTPSession.serverAddressList
This concerns local server.
|
Modifier and Type | Method and Description |
---|---|
static HostPortList |
HostPortList.parseIPv4Format(String message) |
static HostPortList |
HostPortList.parseIPv6Format(String message) |
HostPortList |
GridFTPClient.setLocalStripedPassive()
Behaves like setLocalStripedPassive(FTPServerFacade.ANY_PORT,
FTPServerFacade.DEFAULT_QUEUE)
|
HostPortList |
GridFTPClient.setLocalStripedPassive(int port,
int queue)
Starts local server in striped passive mode.
|
HostPortList |
GridFTPClient.setStripedPassive()
Sets remote server to striped passive server mode (SPAS).
|
Modifier and Type | Method and Description |
---|---|
void |
GridFTPClient.setStripedActive(HostPortList hpl)
Sets remote server to striped active server mode (SPOR).
|
Modifier and Type | Method and Description |
---|---|
HostPortList |
GridFTPServerFacade.setStripedPassive() |
HostPortList |
GridFTPServerFacade.setStripedPassive(int port,
int queue) |
Modifier and Type | Method and Description |
---|---|
void |
GridFTPServerFacade.setStripedActive(HostPortList hpl) |
Copyright © 2016. All rights reserved.