RE: Download file from ftp site
- From: Saravana Kumar [MVP] <saravanamv@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 19 Jul 2007 02:36:04 -0700
Hello Gurvinder,
In you case you can't use the out of the box FTP adapter, according to your
business logic, you need to call the FTP site based on some outcome (from
your sproc) from your external systems.
You need to make use of some .NET FTP components like nSoftware
http://www.nsoftware.com/products/component/ftp.aspx?gclid=CM6msqSms40CFRWOEgodbDcy1A
write your custom code to call the FTP site.
I guess even the FTP adapter internally uses FTP library from XCEED.
--
Regards,
Saravana Kumar [MVP]
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[Please mark the response as "Answer" if it solves your problem.]
"Leonid Ganeline" wrote:
Use the custom .NET classes in the EXpression shape. Include all FTP client.
logic in these classes.
Regards,
Leonid Ganeline
http://geekswithblogs.net/leonidganeline/
"Gurvinder" wrote:
that mean i have to create receive logical port in my orchestration and that
i dont want because once i execute the stored procedure i wait for response
and once i have it i just want to download file and if i use receive port
then receive port will poll it self (independent of orch) in that case if
orchestration is at some other location(shape) and in mean time RecLoc will
poll in then i will have routing failure
Thanks,
Guvinder
"Saravana Kumar [MVP]" wrote:
Use FTP adapter to receive file from FTP location , configure a Send port
with FILE adapter, and set filter condition BTS.ReceivePortName = "<<your ftp
receive port name>>"
--
Regards,
Saravana Kumar [MVP]
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[Please mark the response as "Answer" if it solves your problem.]
"Gurvinder" wrote:
Hi Guys,
I want to know how can download file from ftp site to my local directory
without having receive locations in my orchestration
Thanks,
Gurvinder
- Prev by Date: Re: EDI Send file name
- Next by Date: Re: Restarting Host Instances Best Practice
- Previous by thread: EDI Send file name
- Next by thread: Re: Download file from ftp site
- Index(es):
Relevant Pages
|