Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Interface and Description |
---|---|
interface |
FtpSslHost
Represents an FTP-over-SSL (FTPS) host on a network.
|
interface |
SecureFtpHost
Represents a Secure FTP (SFTP) host on a network.
|
Modifier and Type | Method and Description |
---|---|
FtpHost |
FtpCommandAction.getHost()
Returns the FTP, SFTP, or FTPS host on which the specified commands will be
executed.
|
FtpHost |
FileFactory.makeFtpHost()
Makes a new FtpHost.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpCommandAction.setHost(FtpHost host)
Sets the FTP, SFTP, or FTPS host on which the specified commands will be
executed.
|
© 2000-2025 Flux Corporation. All rights reserved.