cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding accessing files from remote server

Former Member
0 Kudos

Hai all,

presetly iam trying to implement java proxies. For that i need to read file from server which is located in different directories. I have user name ,password to connect server and i have hostname,port no and the name of directories at where my files are located.

So , by all these collection how do i handle my object. Plz provide java code which is relevent to my issue.

Thank u.

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

What is your scenario ? Are you planning to use Java Proxy to pick the files ? if so , you can implement Client Java proxy.

btw, you can pick the files from single directoy thru File adapter communication channel. If you want to pick all the files different directories at one time, then you can go for client java proxy.'

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

regards,

Moorthy

agasthuri_doss
Active Contributor
0 Kudos

Dear Abdullah,

The Following link will help you,

http://help.sap.com/saphelp_nw04/helpdata/en/c5/7d5e3c754e476ee10000000a11405a/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ce/81a797cc9642c8bbef249bfd84dd45/frameset.htm

Here you can download code samples for inbound and outbound Java Proxies which you can use together with the Flight Booking Scenario.

http://de.geocities.com/stefan_grube/JavaProxyExample.zip

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

Regards

Agasthuri Doss