cancel
Showing results for 
Search instead for 
Did you mean: 

File from Web server

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi all

I need to consume a file from a web server.

which protocol should i use? FTP or HTTP get?

is there any blog about it?? if not where can i get information?

Accepted Solutions (0)

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

-

Former Member
0 Kudos

I dont think there is HTTP Get in PI yet..we have only HTTP PUT. May be you have to write java proxy to do HTTP Get.

If you have access the folders, you can always use FTP to pull the files right..

Hope this helps.