Java Globus API: Interface BasicServerControlChannel
org.globus.ftp.vanilla
Interface BasicServerControlChannel
All Known Implementing Classes: FTPServerFacade.LocalControlChannel
public interface BasicServerControlChannel
Basic subset of server side control channel functionality.
Using this class, local server can send replies but not receive
commands.
write
public void write (Reply reply)
write reply to the control channel
getReplyCount
public int getReplyCount ()
Returns: number of replies sent so far
resetReplyCount
public void resetReplyCount ()
set reply count to 0. If this function is used consequently
at the beginning of each transfer,
then reply cound will always indicate number of messages
of last transfer.