Uses of Class
com.consol.citrus.ftp.message.FtpMessage
-
Packages that use FtpMessage Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.message com.consol.citrus.ftp.server -
-
Uses of FtpMessage in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client that return FtpMessage Modifier and Type Method Description protected FtpMessageScpClient. createDir(CommandType ftpCommand)protected FtpMessageSftpClient. createDir(CommandType ftpCommand)Execute mkDir command and create new directory.protected FtpMessageFtpClient. deleteFile(DeleteCommand delete, com.consol.citrus.context.TestContext context)Performs delete file operation.protected FtpMessageScpClient. deleteFile(DeleteCommand delete, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. deleteFile(DeleteCommand delete, com.consol.citrus.context.TestContext context)protected FtpMessageFtpClient. executeCommand(CommandType ftpCommand, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. executeCommand(CommandType ftpCommand, com.consol.citrus.context.TestContext context)protected FtpMessageFtpClient. listFiles(ListCommand list, com.consol.citrus.context.TestContext context)Perform list files operation and provide file information as response.protected FtpMessageScpClient. listFiles(ListCommand list, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. listFiles(ListCommand list, com.consol.citrus.context.TestContext context)protected FtpMessageFtpClient. retrieveFile(GetCommand command, com.consol.citrus.context.TestContext context)Performs retrieve file operation.protected FtpMessageScpClient. retrieveFile(GetCommand command, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. retrieveFile(GetCommand command, com.consol.citrus.context.TestContext context)protected FtpMessageFtpClient. storeFile(PutCommand command, com.consol.citrus.context.TestContext context)Performs store file operation.protected FtpMessageScpClient. storeFile(PutCommand command, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. storeFile(PutCommand command, com.consol.citrus.context.TestContext context) -
Uses of FtpMessage in com.consol.citrus.ftp.message
Methods in com.consol.citrus.ftp.message that return FtpMessage Modifier and Type Method Description FtpMessageFtpMessage. arguments(String arguments)Sets the command args.static FtpMessageFtpMessage. command(org.apache.commons.net.ftp.FTPCmd command)Sets the ftp command.static FtpMessageFtpMessage. connect(String sessionId)Creates new connect command message.static FtpMessageFtpMessage. delete(String remotePath)Creates new delete command message.static FtpMessageFtpMessage. deleteResult(int replyCode, String replyString, boolean success)static FtpMessageFtpMessage. error()static FtpMessageFtpMessage. error(int replyCode)static FtpMessageFtpMessage. error(int replyCode, String replyString)static FtpMessageFtpMessage. get(String remotePath)Creates new get command message.static FtpMessageFtpMessage. get(String remotePath, String localPath, org.apache.ftpserver.ftplet.DataType type)Creates new get command message.static FtpMessageFtpMessage. get(String remotePath, org.apache.ftpserver.ftplet.DataType type)Creates new get command message.static FtpMessageFtpMessage. list(String remotePath)Creates new delete command message.static FtpMessageFtpMessage. put(String localPath)Creates new put command message.static FtpMessageFtpMessage. put(String localPath, String remotePath, org.apache.ftpserver.ftplet.DataType type)Creates new put command message.static FtpMessageFtpMessage. put(String localPath, org.apache.ftpserver.ftplet.DataType type)Creates new put command message.static FtpMessageFtpMessage. putResult(int replyCode, String replyString, boolean success)static FtpMessageFtpMessage. result(int replyCode, String replyString, boolean success)static FtpMessageFtpMessage. result(int replyCode, String replyString, String path, String content)static FtpMessageFtpMessage. result(int replyCode, String replyString, List<String> fileNames)static FtpMessageFtpMessage. result(CommandResultType commandResult)static FtpMessageFtpMessage. success()static FtpMessageFtpMessage. success(int replyCode)static FtpMessageFtpMessage. success(int replyCode, String replyString) -
Uses of FtpMessage in com.consol.citrus.ftp.server
Methods in com.consol.citrus.ftp.server that return FtpMessage Modifier and Type Method Description FtpMessageFtpServerFtpLet. handleMessage(FtpMessage request)FtpMessageSftpServer. handleMessage(FtpMessage request)Methods in com.consol.citrus.ftp.server with parameters of type FtpMessage Modifier and Type Method Description FtpMessageFtpServerFtpLet. handleMessage(FtpMessage request)FtpMessageSftpServer. handleMessage(FtpMessage request)
-