Re: managed file transfer?

Home Page Forums BizTalk 2004 – BizTalk 2010 managed file transfer? Re: managed file transfer?

#20868

BizTalk can do that.  Don’t worry about mass copy functoids or any attributes because you don’t need a map or a schema.  You don’t even need to crack open Visual Studio.  Just open the BizTalk administration console and create a new receive port and receive location.  For the receive location, select the file adapter and configure the path to the file server.  For the receive pipeline select passthrough.  Now, create a new send port.  Select FTP for the send adapter and configure it to point at your FTP server.  Again, use a passthrough send pipeline.  To direct files from the receive port to the send port you need to add a filter to your send port:  BTS.ReceivePortName = <name of your receive port>.