Package | Description |
---|---|
eu.unicore.uftp.client | |
eu.unicore.uftp.dpc | |
eu.unicore.uftp.server |
Modifier and Type | Method and Description |
---|---|
void |
ClientAuthenticator.authenticate(Socket authSocket)
Deprecated.
|
void |
AbstractUFTPClient.connect() |
Modifier and Type | Method and Description |
---|---|
void |
Session.assertACL(File path)
checks whether the session's ACLs allow access to the file
|
protected UFTPTransferRequest |
ServerProtocol.authenticateV1(DPCServer.Connection connection)
Authorize the client by creating a data connection and reading the
secret from the new connection.
|
void |
DPCClient.connect(InetAddress[] server,
int port,
String secret)
establishes an authorised pseudo FTP connection.
|
protected void |
ClientProtocol.connectV1(String secret)
connect with protocol version 2
|
protected void |
ClientProtocol.connectV2(String secret)
connect with protocol version 2
|
UFTPTransferRequest |
DPCServer.Connection.establish()
establish the connection using the pseudo FTP protocol
|
UFTPTransferRequest |
ServerProtocol.establish(DPCServer.Connection connection) |
List<String> |
ClientProtocol.establishConnection(DPCClient client,
String secret)
establish a connection with the server
|
Modifier and Type | Method and Description |
---|---|
void |
ACLHandler.checkAccess(String userName) |
Copyright © 2010–2016 UNICORE. All rights reserved.