cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Testing using FTP

Former Member
0 Likes
1,036

Hello every one,

I have just built a file to file interface using FCC and tested it on NFS, its working fine.

But now i want to test it by Using FTP. can any one please explain me the procedure, I know its a dumb question but iam really new to PI.

Regards

Deepthi

View Entire Topic
Former Member
0 Likes

hi ,

everthing same what was u follwed for NFS but you need to follow bellow steps

step1:

in Sender and receiver Communication channels, You have to select Ftp from transport call

and you have to provide Ftp parameters like Server , port of ftp from FTP Connection parametsr,

and you have to give folder names of source and target , file names.

step2: creat folder and files whatever u ll mention in communication channels

step3: start ftp server.

step 4: testing

RWB-> Component Monitoring -> comm.channel-> have to provide specific details -> check the status

please follow bellow link:

http://saptotal.com/sapxipiadapters/sap-xi-pi-file-adapter-ftp-adapter.html

Thanks,

Edited by: bhavanisankar.solasu on Dec 14, 2011 1:35 PM

Former Member
0 Likes

Hello Bhavanisankar, thanks for your help, i also want to know how to run the FTP server and how to upload the files.

Former Member
0 Likes

HI Deepthi,

While creating the Communication channels you need to provide the source/ Target Directories and the file naming conventions.

Using that file name, place the file in the respective folder that has the message satisfying the structure defined in the ESR.

Former Member
0 Likes

>>i also want to know how to run the FTP server and how to upload the files

u can use SmartFtp client to upload the files on the FTP server (provided u have the login credentials)......

Former Member
0 Likes

hi,

step1:

you have to put the source file in source directory for sender side what ever u defined in sender communication channel.

you have to create Target directory(not mandatary) what ever u defined in sender communication channel.

step2:

run ion FTp server thats all

thanks,

Former Member
0 Likes

Hi,

while creating a communication channel for file sender or receiver you have to specify the source and target file names.

sender communication channel:

Source file name: Give your file name with extension(XML or TXT)

Source Directory : GIve Directory name (where you have place the file)

same as target also file name and directory once completed everthing. you have to run FTP server.

regards,

ganesh.

Former Member
0 Likes

Hi ganesh, i also wnat to know how to run ftp and upload file

Former Member
0 Likes

Hi,

Open a browser and write as ftp://<hostname>

If authenticaion is configured, it will ask for credentials

Regards

Ramesh