| Package | Description |
|---|---|
| org.mule.extension.ftp.internal.sftp.command | |
| org.mule.extension.ftp.internal.sftp.connection |
| Modifier and Type | Field and Description |
|---|---|
protected SftpClient |
SftpCommand.client |
| Constructor and Description |
|---|
SftpCommand(SftpFileSystem fileSystem,
SftpClient client)
Creates a new instance
|
SftpCopyCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpCreateDirectoryCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpDeleteCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpListCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpMoveCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpReadCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpRenameCommand(SftpFileSystem fileSystem,
SftpClient client) |
SftpWriteCommand(SftpFileSystem fileSystem,
SftpClient client,
MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected SftpClient |
SftpFileSystem.client |
| Modifier and Type | Method and Description |
|---|---|
SftpClient |
SftpClientFactory.createInstance(String host,
int port)
Creates a new instance which will connect to the given
host and port |
| Constructor and Description |
|---|
SftpFileSystem(SftpClient client,
String basePath,
MuleContext muleContext)
Creates a new instance
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.