Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.exception | |
org.globus.ftp.vanilla |
Modifier and Type | Method and Description |
---|---|
protected HostPort |
FTPClient.get127Reply()
Reads a GFD.47 compliant 127 reply and extracts the port
information from it.
|
Modifier and Type | Method and Description |
---|---|
static ServerException |
ServerException.embedFTPReplyParseException(FTPReplyParseException rpe) |
static ServerException |
ServerException.embedFTPReplyParseException(FTPReplyParseException rpe,
String message)
Constructs server exception with FTPReplyParseException
nested in it.
|
Modifier and Type | Method and Description |
---|---|
Reply |
FTPControlChannel.exchange(Command cmd)
Write the command to the control channel,
block until reply arrives and return the reply.
|
Reply |
FTPControlChannel.execute(Command cmd)
Write the command to the control channel,
block until reply arrives and check if the command
completed successfully (reply code 200).
|
Reply |
FTPControlChannel.read()
Block until a reply is available in the control channel.
|
Reply |
FTPServerFacade.LocalControlChannel.read() |
abstract Reply |
BasicClientControlChannel.read() |
Constructor and Description |
---|
Reply(BufferedReader input) |
Copyright © 2016. All rights reserved.