Activity «Path exists» can be found in section «FTP».
Activity verifies the file's or catalogue's existence at specified path on the FTP server.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
Path; In; String; *; Path to file or directory
Result; Out; Boolean; *; Verficiation results.
Server; In; String; *; FTP server address.
Port; In; Int32; *; FTP connection port.
Username; In; String; *; Login to be used for FTP connection.
Password; In; String; *; Password for FTP account.
Anonymous login; In; Boolean; *; Determines whether the FTP connection should be anonymous (true) or using the user authentication (false). When using the second method, the "Username" and "Password" fields should be filled with data.
Use ssl?; In; Boolean; *; Determines whether the SSL should be used while FTP connection.
Option; Description
File; Verify the file for existence.
Catalog; Verify the catalogue for existence.