cancel
Showing results for 
Search instead for 
Did you mean: 

Use of CC in Simple File Transfer

Former Member
0 Kudos

hey,

Currently working on a simple file transfer to/from FTP server. But for reading and writing 3-4 different directories are being used on the FTP server. The sender and receiver BS remains the same. The questions are

1) do i need to define individual file adapters CC for each directory path?

2) incase i define individual CC, how would i take care of it in the Receiver determination and interface determination steps?

thx,

Preet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

No need to use the different file adapter channel.

U can use the exclusive mask for picking the differen file which start with the different name.

Also if u wnated to put the different file in different directory then it is possible just go through the weblog:

Exclusive mask at the sender file adapter:

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter

Single Sender File CC 4 Multiple Directories

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/single%2bsender%2bfile%2bcc%2b4%2bmultiple%2bd...

Thanks and Regards,

Chirag

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Advanced Selection for Source File

If you want to set an exclusion mask for the File Name specified above, or if you want to specify multiple directories using a file name mask and exclusion mask, set the Advanced Selection for Source File indicator.

From:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm

Regards,

Prateek

Former Member
0 Kudos

Hi Chirag/Prateeek,

Thx for the answers and feeback. your response have been of good help.