Activity «Create directory» can be found in section «FTP».
Activity creates new catalogue on the FTP server.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
Path; In; String; Directory path
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.