| Modifier and Type | Interface and Description |
|---|---|
interface |
DataTransferFtpReply
A more specific type of FTP reply that is sent by the commands that transfer
data over the data connection.
|
interface |
FileActionFtpReply
A more specific type of FtpReply that is sent for commands that act on a
single file or directory such as MKD, DELE, RMD etc.
|
interface |
RenameFtpReply
A more specific type of reply that is sent when a file is attempted to
rename.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFtpReply
FTP reply object.
|
| Modifier and Type | Method and Description |
|---|---|
FtpletResult |
DefaultFtplet.afterCommand(FtpSession session,
FtpRequest request,
FtpReply reply) |
FtpletResult |
Ftplet.afterCommand(FtpSession session,
FtpRequest request,
FtpReply reply)
Called by the ftplet container after a command has been executed by the
server.
|
void |
FtpSession.write(FtpReply reply)
Write a reply to the client
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.