|
Home > Archive > BizTalk Server General > July 2004 > Save a backup of the received file
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 |
Save a backup of the received file
|
|
| Jonnidip 2004-07-09, 3:31 pm |
| Hi all,
I would like to add the function to save the received file, with its original name and format, in a backup location.
This function should not manipulate in anyway the file, but should only take the original file and COPY it in another location.
After the file is copied I should start processing it.
Does anyone have ideas on how to do this in BTS2004?
Thank you in advance.
--
_______
Jonnidip
| |
| Matt Milner 2004-07-09, 3:32 pm |
| You could setup a send port with a filter to pickup all files from the
receive port and drop them to your location.
Matt
"Jonnidip" <Jonnidip@discussions.microsoft.com> wrote in message
news:889648A0-E394-4830-9D58-D82D8BDEB88A@microsoft.com...
> Hi all,
> I would like to add the function to save the received file, with its
original name and format, in a backup location.
> This function should not manipulate in anyway the file, but should only
take the original file and COPY it in another location.
> After the file is copied I should start processing it.
>
> Does anyone have ideas on how to do this in BTS2004?
>
> Thank you in advance.
>
> --
> _______
> Jonnidip
|
|
|
|
|