Uses of Class
org.globus.ftp.vanilla.Reply
Packages that use Reply
Package
Description
-
Uses of Reply in org.globus.ftp
Methods in org.globus.ftp that return ReplyModifier and TypeMethodDescriptionprivate Reply
FTPClient.getLastReply()
Returns the last reply received from the server.Executes arbitrary operation on the server.Executes site-specific operation (using the SITE command). -
Uses of Reply in org.globus.ftp.dc
Subclasses of Reply in org.globus.ftp.dcModifier and TypeClassDescriptionclass
Local server communicate with client with a simplified control channel. -
Uses of Reply in org.globus.ftp.exception
Fields in org.globus.ftp.exception declared as ReplyMethods in org.globus.ftp.exception that return ReplyConstructors in org.globus.ftp.exception with parameters of type Reply -
Uses of Reply in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as ReplyMethods in org.globus.ftp.vanilla that return ReplyModifier and TypeMethodDescriptionWrite the command to the control channel, block until reply arrives and return the reply.Write the command to the control channel, block until reply arrives and check if the command completed successfully (reply code 200).FTPControlChannel.getLastReply()
Returns the last reply received from the server.protected Reply
FTPServerFacade.LocalControlChannel.pop()
abstract Reply
BasicClientControlChannel.read()
FTPControlChannel.read()
Block until a reply is available in the control channel.FTPServerFacade.LocalControlChannel.read()
Methods in org.globus.ftp.vanilla with parameters of type ReplyModifier and TypeMethodDescriptionstatic 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
void
write reply to the control channelvoid