FTP Object
Description
This action component allows you to create an FTP connection.
Input Properties
- Input FTP Object (IFtpObject) – Input FTP connection object.
- Host (String) – The URL of the FTP server that you want to connect.
- Port (Int32) – The port of the FTP server that you want to connect.
- Username (String) – The username will be used to connect to the FTP server.
- Password (SecureString) – The password will be used to connect to the FTP server.
- Use SFTP (Boolean) – Specify to use the SFTP transfer protocol.
- Encryption Mode (FtpEncryptionMode) – Select the type of encryption to use.
- Timeout (Int32) – Time to wait (in milliseconds) for a connection attempt to succeed.
Output Properties
- Result (IFtpObject) – Result of the FTP/SFTP connection, as a IFtpObject variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.