tSCPFileExists Standard properties
These properties are used to configure tSCPFileExists running in the Standard Job framework.
The Standard tSCPFileExists component belongs to the Internet family.
The component in this framework is available in all Talend products.
Basic settings
Use an existing connection |
Select this check box and in the Component List drop-down list, select the desired connection component to reuse the connection details you already defined. Information noteNote: When a Job contains the parent Job and the child Job, do the following if you
want to share an existing connection between the parent Job and the child Job (for example,
to share the connection created by the parent Job with the child Job).
For an example about how to share a database connection across Job levels, see Sharing a database connection. |
Host |
SCP IP address. |
Port |
Listening port number of the SCP server. |
Username |
SCP user name. |
Authentication method |
SCP authentication method. |
Password |
SCP password. To enter the password, click the [...] button next to the password field, enter the password in double quotes in the pop-up dialog box, and click OK to save the settings. |
remote directory |
File path on the remote directory. |
Filename |
Name of the file to check. |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect log data at the component level. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. FILENAME: the name of the file being processed. This is a Flow variable and it returns a string. STATUS: the execution result of the component. This is an After variable and it returns a string. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage rule |
This component is typically used as a single-component subJob but can also be used with other components. |