Upload
Upload a file to the remote FTP server.
Input
Name | Type | Required | Description |
LocalFile | String | False | Specify one file to be uploaded. |
LocalFolder | String | False | Specify one folder to be uploaded. Either specify this or LocalFile for a single object and not both. |
RemotePath | String | False | The destination path on the remote host. |
RemoteFile | String | False | The file name on the remote host. Required if uploading a single file (LocalFile specified) and StoreUnique is not specified. |
TransferMode | String | False | The mode to be used to transfer the file.
The allowed values are DEFAULT, ASCII, BINARY. The default value is DEFAULT. |
Overwrite | Boolean | False | Whether to overwrite Remote Files.
The default value is false. |
IgnoreOverwriteExceptions | Boolean | False | An indicator to decide if the operation should continue if there is a problem with any of the files when Overwrite sets to false.
The default value is false. |
Result Set Columns
Name | Type | Description |
UniqueFileName | String | Generated filename when StoreUnique parameter is set to true. |
Success | String | This parameter sets whether the operation was successful or not. |