File exists
File exists activity is used for checking if a file exists or not in FTP server.
| “Connection name | Reference name of connection which will be connected. |
| *File name | File name with path. |
| Result variable name | Variable of the return value. |
Note: * Fields selected with are required, others are optional.
Connection name example
You can use the Connection name as shown in the example.
${ftpConnection}
File name example
You can use the File name as shown in the example.
/home/Temp/Test/ftpTest.xlsx
Result variable name example
You can use the Result variable name as shown in the example.
fileExist
If there is a value in file location, it returns True; if not, it returns False.