cancel
Showing results for 
Search instead for 
Did you mean: 

How to pick multiple files in FTP server

Former Member
0 Kudos

Hi All,

In File to File Scenario...I want to pick multiple files from FTP server from various directories..

Source Dir C:\Test contains a1.xml, a2.xml, a4.xml, as1.xml, ar1.xml, b1.xml, b2.xml,c1.xml, d1.xml,

r1.xml,rs3.xml,t1.xml.... ...... etc

Source Dir D:\Demot contains ii1.xml, ii2.xml, ai4.xml, as10.xml, pr1.xml, b1.xml, s2.xml,s4.xml, tz1.xml,us1.xml,xps3.xml, zt1.xml.... ...... etc

How can we ahieve this in File sender adapter?

Srikala

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In order to be able to have two sender agreements with the same sender details, possibly this document would be of use to you:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40cb67f7-6464-2b10-bcb9-8edb9a35...

Cheers,

Manjusha.

Answers (6)

Answers (6)

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi All,

>

> In File to File Scenario...I want to pick multiple files from FTP server from various directories..

>

> Source Dir C:\Test contains a1.xml, a2.xml, a4.xml, as1.xml, ar1.xml, b1.xml, b2.xml,c1.xml, d1.xml,

> r1.xml,rs3.xml,t1.xml.... ...... etc

>

> Source Dir D:\Demot contains ii1.xml, ii2.xml, ai4.xml, as10.xml, pr1.xml, b1.xml, s2.xml,s4.xml, tz1.xml,us1.xml,xps3.xml, zt1.xml.... ...... etc

>

>

> How can we ahieve this in File sender adapter?

>

> Srikala

you will have to have two different file adapters if you have two different directories.

and in each adapter just profile the file name scheme as

*.xml

additional file will only work for NFS but your requirement doesnt suit its use - http://help.sap.com/saphelp_nw04/helpdata/en/3c/b4a6490a08cd41a8c91759c3d2f401/content.htm

Former Member
0 Kudos

Hi,

>> How can we ahieve this in File sender adapter?

You can achieve without using making two communication channels.

Use Advance Selection for source file option avialable in file sender adapter...

Provide your various directories name with File name mask and Exclusion Mask.

Surely it works

Abid Mazhar

Former Member
0 Kudos

Thanks Abid.

Its been resolved

SriKala

Former Member
0 Kudos

.

Former Member
0 Kudos

.

Former Member
0 Kudos

you have to configure two sender CC one for c drive and another for d drive,

use *.xml as file name to pick all the files

Former Member
0 Kudos

Hi,

you can give file name as *.xml or even . to pick up multiple files.

Kai

Former Member
0 Kudos

.