Uses of Interface
org.apache.ftpserver.ftplet.FtpReply
-
Uses of FtpReply in org.apache.ftpserver.ftplet
Subinterfaces of FtpReply in org.apache.ftpserver.ftpletModifier and TypeInterfaceDescriptioninterfaceA more specific type of FTP reply that is sent by the commands that transfer data over the data connection.interfaceA more specific type of FtpReply that is sent for commands that act on a single file or directory such as MKD, DELE, RMD etc.interfaceA more specific type of reply that is sent when a file is attempted to rename.Classes in org.apache.ftpserver.ftplet that implement FtpReplyMethods in org.apache.ftpserver.ftplet with parameters of type FtpReplyModifier and TypeMethodDescriptionDefaultFtplet.afterCommand(FtpSession session, FtpRequest request, FtpReply reply) Called by the ftplet container after a command has been executed by the server.Ftplet.afterCommand(FtpSession session, FtpRequest request, FtpReply reply) Called by the ftplet container after a command has been executed by the server.voidWrite a reply to the client