public class NextCommandReply extends Object
Modifier and Type | Field and Description |
---|---|
Enum<?> |
command
Command to be accepted next time
|
String |
message
Message
|
ReplyCode |
reply
Reply to do to the Ftp client
|
Constructor and Description |
---|
NextCommandReply(Enum<?> command,
ReplyCode reply,
String message) |
Copyright © 2009–2020 Waarp. All rights reserved.