09-29-04 08:07 AM
Hi,
I don't think it's possible to do this, BizTalk does not maintain a list of
the FTP files that it has processed, so there is no way the adapter can know
which files are new and need processing. There are a couple of other
alternatives you could try:
Create an FTP folder for the BizTalk drop, and place a copy of the file
here, another FTP folder could hold an archice of the files.
Use a Before Get or After Get FTP command to move the file to another
directory, or rename it.
Hope this helps,
Alan
http://weblogs.asp.net/gzunino/arch.../10/153165.aspx
"alexgo" wrote:
> I am new to BizTalk 2004. I am using FTP adapter with receive location
> and need grab a file from FTP share BUT DO NOT delete file there. As I
> understand, that this is just pooling location and file will be
> deleted on FTP share - but this is not what I need. Is it possible to
> make it happened somehow?
>
[ Post a follow-up to this message ]
|