|
Home > Archive > BizTalk Server Orchestration > March 2005 > Read txt file from folder and send it to FTP
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 |
Read txt file from folder and send it to FTP
|
|
| Madani Benghia 2005-03-28, 7:55 am |
| Hello,
I need to read a txt file from a folder (c:\in) and send it to an ftp
folder.My question is : do i need to create an ochestration,1 file receive
port,1 ftp send port,1 send pipeline,1 receive pipeline ?.Is there another
simple way of doing this especially that the output is just a copy of the
input file (no changes).
Thank you in advance.
Madani Benghia
| |
| Matt Milner 2005-03-28, 7:55 am |
| No orchestration
Create a receive port that uses the passthrough pipeline
Create a send port that uses the passthrough pipeline
Create a filter on your send port that uses the receive port name or receive
port ID to filter only those messages coming from the receive port above.
Enable, start, enlist and you are good to go.
This all assumes that you don't need any of the services provided by the
flat file disassembler for your document.
Matt
"Madani Benghia" <madani@hotmail.com> wrote in message
news:uDZfCm5MFHA.3988@tk2msftngp13.phx.gbl...
> Hello,
>
> I need to read a txt file from a folder (c:\in) and send it to an ftp
> folder.My question is : do i need to create an ochestration,1 file receive
> port,1 ftp send port,1 send pipeline,1 receive pipeline ?.Is there another
> simple way of doing this especially that the output is just a copy of the
> input file (no changes).
>
> Thank you in advance.
>
> Madani Benghia
>
>
| |
| Madani Benghia 2005-03-28, 6:12 pm |
| Thank you Matt,
I got it working and I really appreciate your immediate reply.
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:e8Kbip5MFHA.3512@TK2MSFTNGP15.phx.gbl...
> No orchestration
> Create a receive port that uses the passthrough pipeline
> Create a send port that uses the passthrough pipeline
> Create a filter on your send port that uses the receive port name or
receive
> port ID to filter only those messages coming from the receive port above.
>
> Enable, start, enlist and you are good to go.
>
> This all assumes that you don't need any of the services provided by the
> flat file disassembler for your document.
>
> Matt
>
>
> "Madani Benghia" <madani@hotmail.com> wrote in message
> news:uDZfCm5MFHA.3988@tk2msftngp13.phx.gbl...
receive[vbcol=seagreen]
another[vbcol=seagreen]
the[vbcol=seagreen]
>
>
|
|
|
|
|