| BizTalk Training 5 - using FTP Adapter |
There are 9 tutorials in this topic.
Introduction
This topic will show how to use FTP Adapter to read and write files to FTP server.
There are 9 tutorials in this training.
- BizTalk Training 1 - basic send/receive xml message
- BizTalk Training 2 - receive/send plain text
- BizTalk Training 3 - customize filename dynamically
- BizTalk Training 4 – using Functiods in Map
- BizTalk Training 5 - using FTP Adapter
- Working on…
Objective
- Learn how to use FTP adapter.
Prerequisites
- BizTalkTraining 4 project.
- Configuration on BizTalk Administration for BizTalkTraining application.
Topics
- Run FTP server using IIS.
- Configure to receive files from FTP server using FTP Adapter.
Step-by-step
- Run FTP server using IIS.
- Configure to receive files from FTP server using FTP Adapter.
- Open BizTalk Administration and double click a port in Receive Locations.

- Change Type to FTP and click Configure.

- Enter FTP information such as server name, account name and password, file mask, etc.
Note: The account must have permission to delete the file if it’s a receive port and write file if it’s a send port.

- You can also change the polling time in Polling section.

- Click OK. Click OK. Restart server host instance, refresh the application.
- Open BizTalk Administration and double click a port in Receive Locations.
Resources
You can download the configuration file (XML file) at here.
If you need source code of BizTalk project, you can download at the previous post on BizTalk Training 4.


























November 12th, 2008 at 10:34 am
Thanks.It is a very good and easy demonstration.