Adds fast fail and configurable retries for put failures
Pre-release
Pre-release
In this release, fast fail feature and configurable retries are added.
Fast fail:
If uploading several files using put with wildchar "*" and Fast fail is set to true then the uploading of remaining files is skipped when the first file fails to upload after max retries, allowing the application to know immediately when the first failure happens.
Configurable retry:
Instead of fixed number of retries when a put fails, it is now configrable.
Both these features can be set using the FileTransferAgent Api.