| Package | Description |
|---|---|
| org.mule.extension.ftp.internal | |
| org.mule.extension.ftp.internal.ftp.command | |
| org.mule.extension.ftp.internal.sftp.command |
| Constructor and Description |
|---|
AbstractFtpCopyDelegate(FtpCommand command,
FtpFileSystem fileSystem)
Creates new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
FtpCopyCommand
A
ClassicFtpCommand which implements the CopyCommand contract |
class |
FtpCreateDirectoryCommand
A
ClassicFtpCommand which implements the CreateDirectoryCommand |
class |
FtpDeleteCommand |
class |
FtpListCommand
A
ClassicFtpCommand which implements the ListCommand contract |
class |
FtpMoveCommand
A
ClassicFtpCommand which implements the MoveCommand contract |
class |
FtpReadCommand
A
ClassicFtpCommand which implements the FtpReadCommand |
class |
FtpRenameCommand
A
ClassicFtpCommand which implements the RenameCommand |
class |
FtpWriteCommand
A
ClassicFtpCommand which implements the WriteCommand contract |
| Constructor and Description |
|---|
MoveFtpDelegate(FtpCommand command,
FtpFileSystem fileSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
SftpCommand
Base class for
FtpCommand implementations that target a SFTP server |
class |
SftpCopyCommand
A
SftpCommand which implements the CopyCommand contract |
class |
SftpCreateDirectoryCommand
A
SftpCommand which implements the CreateDirectoryCommand contract |
class |
SftpDeleteCommand
A
SftpCommand which implements the DeleteCommand contract |
class |
SftpListCommand
A
SftpCommand which implements the ListCommand contract |
class |
SftpMoveCommand
A
SftpCommand which implements the MoveCommand contract |
class |
SftpReadCommand
A
SftpCommand which implements the ReadCommand contract |
class |
SftpRenameCommand
A
SftpCommand which implements the RenameCommand contract |
class |
SftpWriteCommand
A
SftpCommand which implements the WriteCommand contract |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.