Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Method and Description |
---|---|
FtpTransferMode |
FtpHost.getTransferMode()
Returns the FTP file transfer mode used to transfer files.
|
static FtpTransferMode |
FtpTransferMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FtpTransferMode[] |
FtpTransferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpHost.setTransferMode(FtpTransferMode transferMode)
Sets the FTP file transfer mode used to transfer files.
|
© 2000-2025 Flux Corporation. All rights reserved.