Package | Description |
---|---|
org.mule.transport.sftp |
Modifier and Type | Method and Description |
---|---|
static SftpClient.WriteMode |
SftpClient.WriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpClient.WriteMode[] |
SftpClient.WriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SftpClient.storeFile(String fileName,
InputStream stream,
SftpClient.WriteMode mode) |
void |
SftpClient.storeFile(String fileName,
MuleEvent event,
OutputHandler outputHandler,
SftpClient.WriteMode mode) |
void |
SftpClient.storeFile(String fileNameLocal,
String fileNameRemote,
SftpClient.WriteMode mode) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.