Class | Description |
---|---|
ClientProtocol |
Implements the client-side of the UFTP connection protocol.
|
DPCClient |
Client allowing parallel data transfer with dynamic port configuration using
FTP
|
DPCServer |
Server allowing parallel data transfer with dynamic port configuration using
FTP
|
MyCipherOutputStream |
modified version of a
CipherOutputStream that allows proper flushing of the
stream without closing the underlying output stream |
MyGZIPOutputStream | |
Reply |
reply from server, containing a code and the actual result line(s)
|
ServerProtocol |
implements the server-side of the UFTP connection protocol
|
Session |
A session is used to transfer multiple files and perform common
operations like mkdir or remove
|
Utils |
Exception | Description |
---|---|
AuthorizationFailureException |
thrown when authorisation fails in DPCServer.accept() or DPCClient.connect()
|
ProtocolViolationException |
thrown when client/server protocol is violated
|
Copyright © 2010–2016 UNICORE. All rights reserved.