Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.app | |
org.globus.ftp.dc | |
org.globus.ftp.vanilla |
Modifier and Type | Class and Description |
---|---|
class |
GridFTPSession
Represents parameters of an FTP session between a client and a server.
|
Modifier and Type | Field and Description |
---|---|
protected Session |
FTPClient.session |
Modifier and Type | Method and Description |
---|---|
protected void |
GridFTPSession.compareServerMode(Session other) |
protected void |
Session.compareServerMode(Session other)
checks that active / passive sides are correctly set
|
protected void |
Session.compareTransferParams(Session other)
defines how to compare parameters: authorized, PBSZ, MODE, TYPE
|
void |
GridFTPSession.matches(Session other)
In addition to the inherited functionality, this method also (1) checks
if extended active / passive server modes are set correctly, (2) checks
if Mode E is needed, and if so, checks whether it has been set.
|
void |
Session.matches(Session other)
Ensures that settings of 2 servers match each other so that the servers
are capable of performing a transfer between themselves.
|
Modifier and Type | Class and Description |
---|---|
class |
TransferParams
Represents parameters of a transfer.
|
Modifier and Type | Field and Description |
---|---|
protected Session |
ActiveConnectTask.session |
protected Session |
AbstractDataChannel.session |
protected Session |
PassiveConnectTask.session |
Modifier and Type | Method and Description |
---|---|
DataChannel |
SimpleDataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
DataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
GridFTPDataChannelFactory.getDataChannel(Session session,
SocketBox socketBox) |
Modifier and Type | Field and Description |
---|---|
protected Session |
FTPServerFacade.session |
Modifier and Type | Method and Description |
---|---|
Session |
FTPServerFacade.getSession() |
Copyright © 2016. All rights reserved.