|
Home > Archive > BizTalk Server General > September 2004 > Receive function using FTP adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Receive function using FTP adapter
|
|
| alexgo 2004-09-29, 3:07 am |
| 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?
| |
| Alan Smith 2004-09-29, 3: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?
>
| |
|
|
|
|
|