Hi,
We are writing a file using a FTP adapter, the file name is required to be same every time.
We have got a scenario where we need to disable overwriting of the file, if the file already exists in the target folder and we need the adapter to err out without overwriting the file.
Currently we have a plan B, a work around to list the files in the folder, check for the file existence and throw a business fault. We do not want to use the plan B.
We are trying to achieve the same using some property setting of ftp adapter. Kindly let us know if this can be done using some property setting.
Thanks in advance.