|
Home > Archive > BizTalk Server Applications Integration > March 2004 > FTP Adapter and Preprocessors
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 |
FTP Adapter and Preprocessors
|
|
| Steve Wright 2004-03-29, 11:44 am |
|
I am trying to use the FTP Adapter for BTS 2002 to pull
files from an FTP site. Using the receive function, I can
pull the files and submit them to BizTalk.
The problem is that these files are PGP encrypted. Using
a normal File Receive Function, I could assign a
preprocessor component to do the decryption for me. The
FTP Receive Function doesn't seem to support that.
Does anyone know how to do this?
(Please CC my e-mail address with responses)
Thanks,
Steve Wright, MCSD, MCDBA, MCSE, MCAD, MCSA
Senior Architect
plaNet Consulting
| |
| Jeff Lynch 2004-03-29, 7:38 pm |
| Steve,
You may want to use the FTP Receive Function to "get" the file and drop it
to a folder on your BTS server. The use a standard file receive function and
preprocessor to decrypt it and send it to your next process. I've used
several "chained" receive functions with great success.
J. Lynch
"A BizTalk Enthusiast"
"Steve Wright" <swright@planetci.com> wrote in message
news:1523e01c415a8$732a5660$a401280a@phx
.gbl...
>
> I am trying to use the FTP Adapter for BTS 2002 to pull
> files from an FTP site. Using the receive function, I can
> pull the files and submit them to BizTalk.
>
> The problem is that these files are PGP encrypted. Using
> a normal File Receive Function, I could assign a
> preprocessor component to do the decryption for me. The
> FTP Receive Function doesn't seem to support that.
>
> Does anyone know how to do this?
>
> (Please CC my e-mail address with responses)
>
> Thanks,
>
> Steve Wright, MCSD, MCDBA, MCSE, MCAD, MCSA
> Senior Architect
> plaNet Consulting
| |
| Steve Wright 2004-03-30, 11:43 am |
| That sounds great, Jeff. How can I do that? Don't I have
to submit to a channel in BizTalk? How can I make it
write to a file instead? Is there a way to pass a binary
file through a channel without parsing it or anything?
Thanks,
Steve
| |
| Steve Wright 2004-03-30, 11:43 am |
|
Never mind. I forgot about the pass-through flag.
|
|
|
|
|