cancel
Showing results for 
Search instead for 
Did you mean: 

Logic to be written in adapter

Former Member
0 Kudos

Hi All,

we have a requirement where while writing file on a FTP server , we first need to check the presence of a particular file in the destination directory. if file is present we should not write our data. if it is not there then we should write out data.

As per my understanding... we should develop an adapter module.

Question.

1. how will we prevent adapter from writing data if file is present and allow when file is not present.

2. suppose we wnat to send the status of above activity.(.whether file was return or not ...) back to source system what should be our approach..

Thanks ..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ranjeet,

How about writing command level script to check if file is already exist before calling statndard file adapter module rather than writing complete module.

I think there are few thread with same requirement on sdn. Let me check out.

Nilesh

Former Member
0 Kudos

any answer

Former Member
0 Kudos

any idea?