elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

Add option to throw an error/replace existing file in Move File action when file exists in target path #78

Open stas-fomenko opened 4 years ago

stas-fomenko commented 4 years ago

Description: Action should have 2 behaviors to choose in a case when a file already exists in a target directory:

In this PR https://github.com/elasticio/sftp-component/pull/77 that is going to be merged implemented replace existing file behavior that is needed for a project and it replaced throw an error that file already exists behavior, but it is good to have both of them in Move File action