| Package | Description |
|---|---|
| com.consol.citrus.ftp.client | |
| com.consol.citrus.ftp.message | |
| com.consol.citrus.ftp.server |
| Modifier and Type | Method and Description |
|---|---|
protected FtpMessage |
SftpClient.createDir(CommandType ftpCommand)
Execute mkDir command and create new directory.
|
protected FtpMessage |
ScpClient.createDir(CommandType ftpCommand) |
protected FtpMessage |
SftpClient.deleteFile(DeleteCommand delete,
TestContext context) |
protected FtpMessage |
ScpClient.deleteFile(DeleteCommand delete,
TestContext context) |
protected FtpMessage |
FtpClient.deleteFile(DeleteCommand delete,
TestContext context)
Performs delete file operation.
|
protected FtpMessage |
SftpClient.executeCommand(CommandType ftpCommand,
TestContext context) |
protected FtpMessage |
FtpClient.executeCommand(CommandType ftpCommand,
TestContext context) |
protected FtpMessage |
SftpClient.listFiles(ListCommand list,
TestContext context) |
protected FtpMessage |
ScpClient.listFiles(ListCommand list,
TestContext context) |
protected FtpMessage |
FtpClient.listFiles(ListCommand list,
TestContext context)
Perform list files operation and provide file information as response.
|
protected FtpMessage |
SftpClient.retrieveFile(GetCommand command,
TestContext context) |
protected FtpMessage |
ScpClient.retrieveFile(GetCommand command,
TestContext context) |
protected FtpMessage |
FtpClient.retrieveFile(GetCommand command,
TestContext context)
Performs retrieve file operation.
|
protected FtpMessage |
SftpClient.storeFile(PutCommand command,
TestContext context) |
protected FtpMessage |
ScpClient.storeFile(PutCommand command,
TestContext context) |
protected FtpMessage |
FtpClient.storeFile(PutCommand command,
TestContext context)
Performs store file operation.
|
| Modifier and Type | Method and Description |
|---|---|
FtpMessage |
FtpMessage.arguments(String arguments)
Sets the command args.
|
static FtpMessage |
FtpMessage.command(org.apache.commons.net.ftp.FTPCmd command)
Sets the ftp command.
|
static FtpMessage |
FtpMessage.connect(String sessionId)
Creates new connect command message.
|
static FtpMessage |
FtpMessage.delete(String remotePath)
Creates new delete command message.
|
static FtpMessage |
FtpMessage.deleteResult(int replyCode,
String replyString,
boolean success) |
static FtpMessage |
FtpMessage.error() |
static FtpMessage |
FtpMessage.error(int replyCode) |
static FtpMessage |
FtpMessage.error(int replyCode,
String replyString) |
static FtpMessage |
FtpMessage.get(String remotePath)
Creates new get command message.
|
static FtpMessage |
FtpMessage.get(String remotePath,
org.apache.ftpserver.ftplet.DataType type)
Creates new get command message.
|
static FtpMessage |
FtpMessage.get(String remotePath,
String localPath,
org.apache.ftpserver.ftplet.DataType type)
Creates new get command message.
|
static FtpMessage |
FtpMessage.list(String remotePath)
Creates new delete command message.
|
static FtpMessage |
FtpMessage.put(String localPath)
Creates new put command message.
|
static FtpMessage |
FtpMessage.put(String localPath,
org.apache.ftpserver.ftplet.DataType type)
Creates new put command message.
|
static FtpMessage |
FtpMessage.put(String localPath,
String remotePath,
org.apache.ftpserver.ftplet.DataType type)
Creates new put command message.
|
static FtpMessage |
FtpMessage.putResult(int replyCode,
String replyString,
boolean success) |
static FtpMessage |
FtpMessage.result(CommandResultType commandResult) |
static FtpMessage |
FtpMessage.result(int replyCode,
String replyString,
boolean success) |
static FtpMessage |
FtpMessage.result(int replyCode,
String replyString,
List<String> fileNames) |
static FtpMessage |
FtpMessage.result(int replyCode,
String replyString,
String path,
String content) |
static FtpMessage |
FtpMessage.success() |
static FtpMessage |
FtpMessage.success(int replyCode) |
static FtpMessage |
FtpMessage.success(int replyCode,
String replyString) |
| Modifier and Type | Method and Description |
|---|---|
FtpMessage |
SftpServer.handleMessage(FtpMessage request) |
FtpMessage |
FtpServerFtpLet.handleMessage(FtpMessage request) |
| Modifier and Type | Method and Description |
|---|---|
FtpMessage |
SftpServer.handleMessage(FtpMessage request) |
FtpMessage |
FtpServerFtpLet.handleMessage(FtpMessage request) |
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.