public interface FtpCommandAction extends Action
Flow Context Variable | Field | Java Type | Description |
---|---|---|---|
RESULT | row | java.util.List<java.lang.String> | A List containing the String response from the FTP server for each FTP command the action executes.
Responses are returned in the same order as the FTP commands listed on the action. |
Modifier and Type | Interface and Description |
---|---|
static class |
FtpCommandAction.FtpCommandActionResult
The result when an FTP command action finishes execution.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCommands()
Returns the sequence of FTP commands to be executed.
|
FtpHost |
getHost()
Returns the FTP, SFTP, or FTPS host on which the specified commands will be
executed.
|
void |
setCommands(java.util.List<java.lang.String> commands)
Sets the sequence of FTP commands to be executed.
|
void |
setHost(FtpHost host)
Sets the FTP, SFTP, or FTPS host on which the specified commands will be
executed.
|
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
getRuntimeDataMap, setRuntimeDataMap
java.util.List<java.lang.String> getCommands()
FtpHost getHost()
void setCommands(java.util.List<java.lang.String> commands) throws java.lang.IllegalArgumentException
commands
- The sequence of FTP commands to be executed.java.lang.IllegalArgumentException
- If the syntax of an FTP command is wrong.void setHost(FtpHost host)
host
- The FTP, SFTP, or FTPS host on which the specified commands
will be executed.© 2000-2025 Flux Corporation. All rights reserved.