FTP Upload File
Description
This action component allows you to upload file to FTP server.
Input Properties
- Input FTP Object (IFtpObject) – Input FTP connection object.
- Local Path (String) – The local path for the file to be uploaded.
- Remote Path (String) – The local path for the file to be uploaded.
- Is Overwrite (Boolean) – If checked, the file will be overwritten remotely.
Output Properties
- Result (Boolean) – Result of the directory upload, as a bool 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.