BizTalk Training 5 – using FTP Adapter
BizTalk, Programming, Windows January 22nd, 2008There 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
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.
Related post
- BizTalk Training 3 – customize filename dynamically Overview This tutorial shows how to customize output filename inside orchestration. There are 9 tutorials in this training. BizTalk Training...
- BizTalk Training 2 – receive/send plain text Overview This tutorial shows how to receive plain text using FILE Adapter and map to xml message while in orchestration...
- BizTalk Training 1 – basic send/receive xml message Overview This tutorial shows how to create simple orchestration to send/receive xml messages using FILE Adapter. There are 9 tutorials...
- BizTalk Training 4 – using Functiods in Map Introduction This topic will show how to use Functiods in BizTalk. Functiods are like functions, they are objects in Map...
- Biztalk Macros on FILE Send Adapter Microsoft BizTalk server provides a predefined set of macros to help in create output filenames on File send handler. If...
Related posts:






November 12th, 2008 at 10:34 am
Thanks.It is a very good and easy demonstration.
December 11th, 2009 at 2:36 am
This tutorial was awesome.. very straightforward for beginners.
August 27th, 2010 at 11:11 pm
Really a great informative basic material. I found this source as very useful among all other sources. Any further materials on Biztalk are also appreciated.
August 27th, 2010 at 11:12 pm
It is mentioned there are 9 tutorials ..but i see only 5…
September 1st, 2010 at 9:24 am
Hi, Sree
I planned to write more than this at first. But I haven’t much time to continue them yet.