| Package | Description |
|---|---|
| org.globus.ftp | |
| org.globus.ftp.dc | |
| org.globus.ftp.exception | |
| org.globus.ftp.vanilla |
| Modifier and Type | Method and Description |
|---|---|
Reply |
FTPClient.getLastReply()
Returns the last reply received from the server.
|
Reply |
FTPClient.quote(java.lang.String command)
Executes arbitrary operation on the server.
|
Reply |
FTPClient.site(java.lang.String args)
Executes site-specific operation (using the SITE command).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalReply
Local server communicate with client with a simplified control channel.
|
| Modifier and Type | Method and Description |
|---|---|
Reply |
UnexpectedReplyCodeException.getReply() |
| Constructor and Description |
|---|
UnexpectedReplyCodeException(int code,
java.lang.String msg,
Reply r) |
UnexpectedReplyCodeException(Reply r) |
| 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.getLastReply()
Returns the last reply received from the server.
|
protected Reply |
FTPServerFacade.LocalControlChannel.pop() |
Reply |
FTPControlChannel.read()
Block until a reply is available in the control channel.
|
Reply |
FTPServerFacade.LocalControlChannel.read() |
abstract Reply |
BasicClientControlChannel.read() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Reply.isPermanentNegativeCompletion(Reply reply) |
static boolean |
Reply.isPositiveCompletion(Reply reply) |
static boolean |
Reply.isPositiveIntermediate(Reply reply) |
static boolean |
Reply.isPositivePreliminary(Reply reply) |
static boolean |
Reply.isTransientNegativeCompletion(Reply reply) |
protected void |
FTPServerFacade.LocalControlChannel.push(Reply newReply) |
void |
BasicServerControlChannel.write(Reply reply)
write reply to the control channel
|
void |
FTPServerFacade.LocalControlChannel.write(Reply reply) |
Copyright © 2013. All Rights Reserved.